Thanks to visit codestin.com Credit goes to github.com
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 ec9d32e commit 2eb88a8Copy full SHA for 2eb88a8
site/.eslintrc.yaml
@@ -156,7 +156,7 @@ rules:
156
# https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#eslint
157
react/jsx-key: error
158
react/jsx-uses-react: "off"
159
- react/no-unknown-property: ["error", { ignore: "css" }]
+ react/no-unknown-property: ["error", { ignore: ["css"] }]
160
react/react-in-jsx-scope: "off"
161
"unicorn/explicit-length-check": "error"
162
# https://github.com/jsx-eslint/eslint-plugin-react/issues/2628#issuecomment-984160944
0 commit comments