Switch to ESLint flat configs

This commit is contained in:
2024-03-20 19:35:31 +01:00
parent 450e34d42c
commit d9cd098b61
5 changed files with 25 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["@types/node", "vite/client"],
"types": ["vite/client"],
"skipLibCheck": true,
"allowJs": true,
"checkJs": true,