remove redundant eslint config files and fix allowDefaultProject

This commit is contained in:
Germán Jabloñski
2025-05-13 17:31:20 -03:00
parent 846a6458d2
commit 127484aeee
100 changed files with 47 additions and 1834 deletions

View File

@@ -1,19 +0,0 @@
import { rootParserOptions } from '../../eslint.config.js'
import testEslintConfig from '../eslint.config.js'
/** @typedef {import('eslint').Linter.Config} Config */
/** @type {Config[]} */
export const index = [
...testEslintConfig,
{
languageOptions: {
parserOptions: {
...rootParserOptions,
tsconfigRootDir: import.meta.dirname,
},
},
},
]
export default index