|
|
|
@ -11,18 +11,18 @@ module.exports = { |
|
|
|
}, |
|
|
|
rules: { |
|
|
|
'react/jsx-filename-extension': [1, { extensions: ['.js'] }], |
|
|
|
'import/no-unresolved': 0, |
|
|
|
'jsx-a11y/anchor-is-valid': 0, |
|
|
|
'react/jsx-wrap-multilines': 0, |
|
|
|
'import/no-extraneous-dependencies': 0, |
|
|
|
'consistent-return': 0, |
|
|
|
'react/prop-types': 0, |
|
|
|
'jsx-a11y/click-events-have-key-events': 0, |
|
|
|
'jsx-a11y/no-static-element-interactions': 0, |
|
|
|
'react/prefer-stateless-function': 0, |
|
|
|
'jsx-a11y/no-noninteractive-element-interactions': 0, |
|
|
|
'react/forbid-prop-types': 0, |
|
|
|
'react/jsx-one-expression-per-line': 0, |
|
|
|
'import/no-unresolved': 0, |
|
|
|
'import/no-extraneous-dependencies': 0, |
|
|
|
'jsx-a11y/no-noninteractive-element-interactions': 0, |
|
|
|
'jsx-a11y/click-events-have-key-events': 0, |
|
|
|
'jsx-a11y/no-static-element-interactions': 0, |
|
|
|
'jsx-a11y/anchor-is-valid': 0, |
|
|
|
'consistent-return': 0, |
|
|
|
}, |
|
|
|
settings: { |
|
|
|
polyfills: ['fetch', 'promises'], |
|
|
|
|