Skip to content

Commit 1a53751

Browse files
committed
chore: 🔧 override env rules (node, commonjs)
1 parent 030654d commit 1a53751

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ module.exports = {
4444
'@typescript-eslint/no-empty-function': 'off',
4545
'@typescript-eslint/no-extra-semi': 'off',
4646
},
47+
env: {
48+
node: true,
49+
commonjs: true,
50+
},
4751
},
4852
],
4953
}

0 commit comments

Comments
 (0)