Skip to content

Commit b442524

Browse files
author
devofficer
committed
chore: remove jsx eslint rules
1 parent aec8a9a commit b442524

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.eslintrc.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,6 @@ module.exports = {
7070
'import/no-named-default': 2,
7171
'import/no-useless-path-segments': 2,
7272

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-
8373
// React
8474
'react/prefer-stateless-function': 2,
8575
'react/destructuring-assignment': [2, 'always'],

0 commit comments

Comments
 (0)