Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2eb88a8

Browse files
committed
>:(
1 parent ec9d32e commit 2eb88a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ rules:
156156
# https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#eslint
157157
react/jsx-key: error
158158
react/jsx-uses-react: "off"
159-
react/no-unknown-property: ["error", { ignore: "css" }]
159+
react/no-unknown-property: ["error", { ignore: ["css"] }]
160160
react/react-in-jsx-scope: "off"
161161
"unicorn/explicit-length-check": "error"
162162
# https://github.com/jsx-eslint/eslint-plugin-react/issues/2628#issuecomment-984160944

0 commit comments

Comments
 (0)