Disable new linter

This commit is contained in:
Nick Alteen
2025-08-26 14:53:46 -04:00
parent b29d168c60
commit cf5cf8763f
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -52,8 +52,7 @@ export default [
sourceType: 'module',
parserOptions: {
project: ['tsconfig.eslint.json'],
tsconfigRootDir: '.'
project: ['tsconfig.eslint.json']
}
},