Skip to content
This repository was archived by the owner on Oct 31, 2020. It is now read-only.

Commit 0c27416

Browse files
committed
enable node env in lint
1 parent 1fdfb91 commit 0c27416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"env": {
44
"browser": true,
55
"commonjs": true,
6-
"es6": true
6+
"es6": true,
7+
"node": true
78
},
89
"globals": {
910
"chrome": false

0 commit comments

Comments
 (0)