We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950a1b7 commit af713f6Copy full SHA for af713f6
1 file changed
eslint.config.mjs
@@ -7,4 +7,7 @@ export default defineConfig([
7
{ files: ["**/*.{js,mjs,cjs}"] },
8
{ files: ["**/*.{js,mjs,cjs}"], languageOptions: { globals: globals.browser } },
9
{ files: ["**/*.{js,mjs,cjs}"], plugins: { js }, extends: ["js/recommended"] },
10
+ { rules: {
11
+ "no-undef": "off"
12
+ }}
13
]);
0 commit comments