We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a983c54 commit 2973698Copy full SHA for 2973698
eslint.config.mjs
@@ -46,6 +46,7 @@ export default defineConfig([globalIgnores(["**/*.ts"]), {
46
parser: babelParser,
47
ecmaVersion: 5,
48
sourceType: "commonjs",
49
+ requireConfigFile: false,
50
51
parserOptions: {
52
ecmaFeatures: {
0 commit comments