chore: Update to eslint v9 with flat config

This commit is contained in:
Sidharth Vinod
2024-06-12 22:19:14 +05:30
parent d6ccd93cf2
commit bdca0a583e
9 changed files with 2904 additions and 2759 deletions

View File

@@ -3,16 +3,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true
"noEmit": true,
"allowJs": true
},
"include": [
"packages",
"tests",
"scripts",
"cypress",
"__mocks__",
"./.eslintrc.cjs",
"./*",
"demos/dev"
]
"include": [".build", "tests", "scripts", "cypress", "__mocks__", "demos/dev", "eslint.config.js"]
}