Skip to content

Commit

Permalink
qa(lint): Fix #342 ESLint eslint-plugin-react warning on lint (#345)
Browse files Browse the repository at this point in the history
chore(lint): Fix #342 ESLint `eslint-plugin-react` warning on lint
  • Loading branch information
armandabric authored and vvo committed Jan 22, 2019
1 parent aef55a2 commit 13671c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Expand Up @@ -5,6 +5,12 @@ module.exports = {
es6: true,
},

settings: {
react: {
version: 'detect',
},
},

rules: {
'max-params': ['error', 10],
'no-warning-comments': 'error',
Expand Down

0 comments on commit 13671c1

Please sign in to comment.