Skip to content

Commit 263c1aa

Browse files
committed
add node environment to eslint to not error on 'require'
1 parent 962a2f0 commit 263c1aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
env:
22
browser: true
33
es2020: true
4+
node: true
45
extends: [
56
'eslint:recommended',
67
'plugin:mocha/recommended'

0 commit comments

Comments
 (0)