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 885233d commit 221d923Copy full SHA for 221d923
eslint.config.js
@@ -0,0 +1,9 @@
1
+import globals from "globals";
2
+import pluginJs from "@eslint/js";
3
+
4
5
+/** @type {import('eslint').Linter.Config[]} */
6
+export default [
7
+ {languageOptions: { globals: globals.node }},
8
+ pluginJs.configs.recommended,
9
+];
0 commit comments