We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6993186 commit 2768608Copy full SHA for 2768608
eslint.config.mjs
@@ -0,0 +1,8 @@
1
+import globals from "globals";
2
+import pluginJs from "@eslint/js";
3
+
4
5
+export default [
6
+ {languageOptions: { globals: globals.browser }},
7
+ pluginJs.configs.recommended,
8
+];
0 commit comments