We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d5404 commit f45e21bCopy full SHA for f45e21b
packages/plugins/eslint-plugin-react-x/src/configs/recommended.ts
@@ -6,6 +6,7 @@ import { plugin } from "../plugin";
6
export const name = "react-x/recommended";
7
8
export const rules = {
9
+ "react-x/jsx-key-before-spread": "warn",
10
"react-x/jsx-no-comment-textnodes": "warn",
11
"react-x/jsx-no-duplicate-props": "warn",
12
"react-x/jsx-uses-react": "warn",
0 commit comments