Skip to content

Commit

Permalink
update: eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
czewail committed Sep 18, 2019
1 parent f32c33f commit c801f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"env": {
"node": true,
"es6": true,
"jest": true,
"jest": true
},
"globals": {},
"rules": {
Expand All @@ -19,6 +19,6 @@
"no-underscore-dangle": [0],
"no-multi-assign": [0],
"no-unused-vars": [0],
"global-require": [0],
"global-require": [0]
}
}

0 comments on commit c801f41

Please sign in to comment.