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 fce5365 commit 650110cCopy full SHA for 650110c
packages/plugins/eslint-plugin/src/configs/x.ts
@@ -5,6 +5,7 @@ import react from "eslint-plugin-react-x";
5
export const name = "@eslint-react/x";
6
7
export const rules = {
8
+ "@eslint-react/jsx-key-before-spread": "warn",
9
"@eslint-react/jsx-no-comment-textnodes": "warn",
10
"@eslint-react/jsx-no-duplicate-props": "warn",
11
"@eslint-react/jsx-uses-react": "warn",
0 commit comments