Skip to content

Commit 11e7f45

Browse files
committed
🔧 Add jest in eslintrc
1 parent 4b33d31 commit 11e7f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"env": {
33
"es6": true,
4-
"node": true
4+
"node": true,
5+
"jest": true
56
},
67
"extends": [
78
"airbnb-base",

0 commit comments

Comments
 (0)