Skip to content

Commit 0d43045

Browse files
committed
Add jest to eslint
1 parent c152479 commit 0d43045

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"env": {
44
"browser": true,
55
"es6": true,
6-
"node": true
6+
"node": true,
7+
"jest": true
78
},
89

910
"globals": {
@@ -22,7 +23,7 @@
2223
"parser": "babel-eslint",
2324

2425
"plugins": [
25-
26+
2627
],
2728

2829
"rules": {

0 commit comments

Comments
 (0)