This commit is contained in:
Timo K
2025-12-01 12:43:43 +01:00
parent 3331af1108
commit 28158bfc23
10 changed files with 172 additions and 18 deletions
+6 -1
View File
@@ -50,6 +50,11 @@
"plugins": [{ "name": "typescript-eslint-language-service" }]
},
"include": ["./src/**/*.ts", "./src/**/*.tsx", "./playwright/**/*.ts"],
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
"./playwright/**/*.ts",
"./godot/**/*.ts"
],
"exclude": ["**.test.ts"]
}