Fix eslint errors

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-26 12:38:09 +01:00
parent c362970098
commit 992410fdde
4 changed files with 7 additions and 24 deletions

View File

@@ -27,8 +27,6 @@ export default [
rules: {
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"@typescript-eslint/no-explicit-any": "warn",
"react/no-unescaped-entities": "off"
}
}
];