We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9103e89 commit 2ddb4b1Copy full SHA for 2ddb4b1
eslint.config.mjs
@@ -0,0 +1,7 @@
1
+import globals from "globals";
2
+
3
4
+export default [
5
+ {files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}},
6
+ {languageOptions: { globals: globals.browser }},
7
+];
0 commit comments