Skip to content

Commit 650110c

Browse files
authored
Re-add missing rule '@eslint-react/jsx-key-before-spread' as warn
Signed-off-by: jkbdk <[email protected]>
1 parent fce5365 commit 650110c

File tree

1 file changed

+1
-0
lines changed
  • packages/plugins/eslint-plugin/src/configs

1 file changed

+1
-0
lines changed

packages/plugins/eslint-plugin/src/configs/x.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import react from "eslint-plugin-react-x";
55
export const name = "@eslint-react/x";
66

77
export const rules = {
8+
"@eslint-react/jsx-key-before-spread": "warn",
89
"@eslint-react/jsx-no-comment-textnodes": "warn",
910
"@eslint-react/jsx-no-duplicate-props": "warn",
1011
"@eslint-react/jsx-uses-react": "warn",

0 commit comments

Comments
 (0)