We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec8a9a commit b442524Copy full SHA for b442524
.eslintrc.js
@@ -70,16 +70,6 @@ module.exports = {
70
'import/no-named-default': 2,
71
'import/no-useless-path-segments': 2,
72
73
- // React JSX
74
- 'react/jsx-filename-extension': [
75
- 1,
76
- {
77
- extensions: ['.js']
78
- }
79
- ],
80
- 'react/jsx-indent': 0,
81
- 'react/jsx-curly-brace-presence': [2, 'never'],
82
-
83
// React
84
'react/prefer-stateless-function': 2,
85
'react/destructuring-assignment': [2, 'always'],
0 commit comments