Browse Source

fix: specify version of react for warning

pull/18051/head
orzyyyy 5 years ago
parent
commit
3bfebcaf11
  1. 5
      .eslintrc.js

5
.eslintrc.js

@ -7,6 +7,11 @@ const eslintrc = {
jest: true,
es6: true,
},
settings: {
react: {
version: '16.8',
},
},
parser: '@typescript-eslint/parser',
plugins: ['markdown', 'react', 'babel', 'jest', '@typescript-eslint'],
rules: {

Loading…
Cancel
Save