Set up eslint with type information

This commit is contained in:
Joscha 2025-02-10 15:02:45 +01:00
parent 4aeb9eb8bd
commit fba72e723f
2 changed files with 22 additions and 6 deletions

View file

@ -6,5 +6,5 @@
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.ts", "eslint.config.js"]
}