Eslint: Ensure playwright files are checked by eslint

This commit is contained in:
Valere
2025-03-17 14:59:27 +01:00
parent ef2fee708e
commit 6a8abeb609
3 changed files with 5 additions and 4 deletions

View File

@@ -50,6 +50,7 @@
"include": [
"./node_modules/matrix-js-sdk/src/@types/*.d.ts",
"./src/**/*.ts",
"./src/**/*.tsx"
"./src/**/*.tsx",
"./playwright/**/*.ts"
]
}