Skip to content

Commit 4f74504

Browse files
committed
chore(eslint): 🎨 add node env true
1 parent 366b189 commit 4f74504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('eslint').Linter.Config} */
22
const config = {
33
env: {
4-
browser: true,
4+
node: true,
55
},
66
parser: "@babel/eslint-parser",
77
parserOptions: {

0 commit comments

Comments
 (0)