project: add eslint

This commit is contained in:
2025-09-25 15:11:14 +02:00
parent 7950e6761c
commit 08c93cdbc8
8 changed files with 1271 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"include": ["**/*.ts", "**/*.tsx"],
"include": ["**/*.ts", "**/*.tsx", "eslint.config.js", "prettier.config.js"],
"compilerOptions": {
"target": "ES2022",
"jsx": "react-jsx",