Skip to content

Commit e5cc57d

Browse files
committed
fix(jsx): remove unreleased rules
1 parent cf90311 commit e5cc57d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/jsx.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ config.rules['react/jsx-uses-vars'] = 2
4444
config.rules['react/jsx-wrap-multilines'] = 2
4545
config.rules['react/no-array-index-key'] = 2
4646
config.rules['react/no-children-prop'] = 2
47-
config.rules['react/no-comment-textnodes'] = 2
4847
config.rules['react/no-danger'] = 2
4948
config.rules['react/no-danger-with-children'] = 2
5049
config.rules['react/no-deprecated'] = 2
@@ -65,15 +64,13 @@ config.rules['react/prefer-es6-class'] = [2, 'never']
6564
config.rules['react/prefer-stateless-function'] = 2
6665
config.rules['react/prop-types'] = 2
6766
config.rules['react/react-in-jsx-scope'] = 2
68-
config.rules['react/require-extension'] = [2, {extensions: ['.js', '.jsx']}]
6967
config.rules['react/require-default-props'] = 2
7068
config.rules['react/require-render-return'] = 2
7169
config.rules['react/require-optimization'] = 2
7270
config.rules['react/self-closing-comp'] = 2
7371
config.rules['react/sort-comp'] = 2
7472
config.rules['react/sort-prop-types'] = 2
7573
config.rules['react/style-prop-object'] = 2
76-
config.rules['react/wrap-multilines'] = [2, {assignment: false, declaration: false, return: false}]
7774
config.rules['react/void-dom-elements-no-children'] = 2
7875

7976
module.exports = config

0 commit comments

Comments
 (0)