Lint the test files

This commit is contained in:
David Baker 2023-09-18 17:58:49 +01:00
parent f3e8ee6913
commit 4a5a7126f4

View File

@ -24,7 +24,7 @@ module.exports = {
},
overrides: [
{
files: ["src/**/*.{ts,tsx}"],
files: ["src/**/*.{ts,tsx}", "test/**/*.{ts,tsx}"],
extends: [
"plugin:matrix-org/typescript",
"plugin:matrix-org/react",