master
حسین معصومی پور 2024-04-25 23:06:01 +03:30
parent 838b66a7dc
commit 86b9c070eb
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"extends": "next/core-web-vitals",
"rules": { "react/no-unescaped-entities": 0 }
"rules": {
"react/no-unescaped-entities": 0,
"react/jsx-key": [1, { "checkFragmentShorthand": true }]
}
}