Upgrade to ESLint 9

This commit is contained in:
Alex
2024-10-16 00:29:26 -04:00
parent 0138cabb27
commit 00d0dfa107
53 changed files with 3813 additions and 2207 deletions

View File

@ -6,8 +6,8 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react-jsx",
"module": "commonjs",
"moduleResolution": "node",
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"noImplicitOverride": true,
"noUnusedLocals": true,