fix eslint issues

This commit is contained in:
Amruth Pillai
2024-09-02 12:50:57 +02:00
parent e3f3b8b464
commit 87a395683d
5 changed files with 11 additions and 2 deletions

View File

@ -12,6 +12,9 @@
}
},
"rules": {
// eslint
"@typescript-eslint/no-require-imports": "off",
// react
"react/no-unescaped-entities": "off",
"react/jsx-sort-props": [