Skip to content

Commit 13671c1

Browse files
armandabricvvo
authored andcommitted
qa(lint): Fix #342 ESLint eslint-plugin-react warning on lint (#345)
chore(lint): Fix #342 ESLint `eslint-plugin-react` warning on lint
1 parent aef55a2 commit 13671c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ module.exports = {
55
es6: true,
66
},
77

8+
settings: {
9+
react: {
10+
version: 'detect',
11+
},
12+
},
13+
814
rules: {
915
'max-params': ['error', 10],
1016
'no-warning-comments': 'error',

0 commit comments

Comments
 (0)