Skip to content

Commit 6838339

Browse files
authored
Merge pull request #96 from wholemann/fix-eslint-plugin-react
Fix the warning of eslint-plugin-react
2 parents d02996b + f0a027b commit 6838339

File tree

3 files changed

+12268
-402
lines changed

3 files changed

+12268
-402
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ module.exports = {
2424
Feature: 'readonly',
2525
Scenario: 'readonly',
2626
},
27-
rules: {
27+
settings: {
28+
react: {
29+
version: 'latest',
30+
},
2831
},
32+
rules: {},
2933
};

0 commit comments

Comments
 (0)