Browse Source

fix eslintrc

pull/2080/head
afc163 8 years ago
parent
commit
b9d2ec9572
  1. 2
      .eslintrc.js

2
.eslintrc.js

@ -15,7 +15,7 @@ module.exports = {
'react/prop-types': 0, 'react/prop-types': 0,
'react/forbid-prop-types': 0, 'react/forbid-prop-types': 0,
'react/jsx-one-expression-per-line': 0, 'react/jsx-one-expression-per-line': 0,
'import/no-unresolved': [2, { ignore: ['^@', '^umi/'] }], 'import/no-unresolved': [2, { ignore: ['^@/', '^umi/'] }],
'import/no-extraneous-dependencies': [2, { optionalDependencies: true }], 'import/no-extraneous-dependencies': [2, { optionalDependencies: true }],
'jsx-a11y/no-noninteractive-element-interactions': 0, 'jsx-a11y/no-noninteractive-element-interactions': 0,
'jsx-a11y/click-events-have-key-events': 0, 'jsx-a11y/click-events-have-key-events': 0,

Loading…
Cancel
Save