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 ecdbf2d commit 3f6ceebCopy full SHA for 3f6ceeb
eslint.config.mjs
@@ -0,0 +1,7 @@
1
+import globals from "globals";
2
+import pluginJs from "@eslint/js";
3
+
4
+export default [
5
+ {languageOptions: {globals: globals.browser}},
6
+ pluginJs.configs.recommended,
7
+];
0 commit comments