We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366b189 commit 4f74504Copy full SHA for 4f74504
.eslintrc.cjs
@@ -1,7 +1,7 @@
1
/** @type {import('eslint').Linter.Config} */
2
const config = {
3
env: {
4
- browser: true,
+ node: true,
5
},
6
parser: "@babel/eslint-parser",
7
parserOptions: {
0 commit comments