aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index dfa8f73..dbda85f 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,4 +1,7 @@
{
"extends": "next/core-web-vitals",
- "rules": { "react/no-unescaped-entities": 0 }
+ "rules": {
+ "react/no-unescaped-entities": 0,
+ "react/no-unknown-property": ["error", { "ignore": ["css"] }]
+ }
}