Skip to content

Commit

Permalink
fix: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-cratebind committed Nov 2, 2020
2 parents f51b813 + 14a9fe7 commit 8a89646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
}
],
'react/display-name': 1,
'react/react-in-jsx-scope': 0
'react/react-in-jsx-scope': 0,
},
settings: {
"import/resolver": {
Expand Down

0 comments on commit 8a89646

Please sign in to comment.