Skip to content

Commit f45e21b

Browse files
committed
release: 2.2.3
1 parent b2d5404 commit f45e21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

88
export const rules = {
9+
"react-x/jsx-key-before-spread": "warn",
910
"react-x/jsx-no-comment-textnodes": "warn",
1011
"react-x/jsx-no-duplicate-props": "warn",
1112
"react-x/jsx-uses-react": "warn",

0 commit comments

Comments
 (0)