Skip to content

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Dec 22, 2020
1 parent 4b538c9 commit 126ed97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configs/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
},
"parser": "babel-eslint",
"plugins": [
"only-warn" // only warn for everything (for now)
/**
*
* Only warn for EVERYTHING (for now)
*
*/
"only-warn"
],
"settings": {
"react": {
Expand Down

0 comments on commit 126ed97

Please sign in to comment.