Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
JadTermsani committed Sep 4, 2020
1 parent 15a0444 commit 4f0d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"error",
{ "max": 1, "maxEOF": 0, "maxBOF": 0 }
],
"import/no-unresolved": false
"import/no-unresolved": 0
},
"settings": {
"import/resolver": {
Expand Down

0 comments on commit 4f0d7a7

Please sign in to comment.