Commit ·
9bb4f30
1
Parent(s): 6706980
dissable no escape
Browse files- frontend/.eslintrc.json +4 -1
frontend/.eslintrc.json
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"extends": "next/core-web-vitals"
|
|
|
|
|
|
|
|
|
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"extends": "next/core-web-vitals",
|
| 3 |
+
"rules": {
|
| 4 |
+
"react/no-unescaped-entities": "off"
|
| 5 |
+
}
|
| 6 |
}
|