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 692eb92 commit 3902875Copy full SHA for 3902875
eslint.config.mjs
@@ -1,9 +1,8 @@
1
-import globals from "globals";
2
-import pluginJs from "@eslint/js";
3
-
+import globals from 'globals';
+import pluginJs from '@eslint/js';
4
5
export default [
6
- {files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}},
7
- {languageOptions: { globals: globals.browser }},
+ { files: ['**/*.js'], languageOptions: { sourceType: 'commonjs' } },
+ { languageOptions: { globals: globals.browser } },
8
pluginJs.configs.recommended,
9
-];
+];
0 commit comments