Skip to content

Commit 5b87e8e

Browse files
committed
Fix eslint-plugin-react warning
1 parent 43fa227 commit 5b87e8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@ module.exports = {
1111

1212
rules: {
1313
'prettier/prettier': 'error'
14+
},
15+
settings: {
16+
react: {
17+
version: '16.3'
18+
}
1419
}
1520
};

0 commit comments

Comments
 (0)