Skip to content

Commit

Permalink
remove @stylistic/eslint-plugin-jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Nov 4, 2023
1 parent 80433c9 commit 913d47e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 867 deletions.
19 changes: 0 additions & 19 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ reportUnusedDisableDirectives: true
plugins:
- "@eslint-community/eslint-plugin-eslint-comments"
- "@stylistic/eslint-plugin-js"
- "@stylistic/eslint-plugin-jsx"
- eslint-plugin-array-func
- eslint-plugin-i
- eslint-plugin-no-use-extend-native
Expand Down Expand Up @@ -127,24 +126,6 @@ rules:
"@stylistic/js/generator-star-spacing": [0]
"@stylistic/js/implicit-arrow-linebreak": [0]
"@stylistic/js/indent": [2, 2, {ignoreComments: true, SwitchCase: 1}]
"@stylistic/jsx/jsx-child-element-spacing": [0] # from react
"@stylistic/jsx/jsx-closing-bracket-location": [0] # from react
"@stylistic/jsx/jsx-closing-tag-location": [2] # from react
"@stylistic/jsx/jsx-curly-brace-presence": [0] # from react
"@stylistic/jsx/jsx-curly-newline": [2, consistent] # from react
"@stylistic/jsx/jsx-curly-spacing": [2, {when: never}] # from react
"@stylistic/jsx/jsx-equals-spacing": [2, never] # from react
"@stylistic/jsx/jsx-first-prop-new-line": [0] # from react
"@stylistic/jsx/jsx-indent": [2, 2, {checkAttributes: true, indentLogicalExpressions: true}] # from react
"@stylistic/jsx/jsx-indent-props": [2, 2] # from react
"@stylistic/jsx/jsx-max-props-per-line": [0] # from react
"@stylistic/jsx/jsx-newline": [0] # from react
"@stylistic/jsx/jsx-one-expression-per-line": [0] # from react
"@stylistic/jsx/jsx-props-no-multi-spaces": [2] # from react
"@stylistic/jsx/jsx-self-closing-comp": [2] # from react
"@stylistic/jsx/jsx-sort-props": [0] # from react
"@stylistic/jsx/jsx-tag-spacing": [2, {beforeSelfClosing: never, beforeClosing: never}] # from react
"@stylistic/jsx/jsx-wrap-multilines": [2] # from react
"@stylistic/js/key-spacing": [2]
"@stylistic/js/keyword-spacing": [2]
"@stylistic/js/linebreak-style": [2, unix]
Expand Down
Loading

0 comments on commit 913d47e

Please sign in to comment.