fix: eslint configs

This commit is contained in:
dvelo 2025-02-14 18:40:01 -06:00
parent dee5612abb
commit 4f02ea507a
2 changed files with 4 additions and 2 deletions

@ -16,7 +16,8 @@ const eslintConfig = [
"react-hooks/exhaustive-deps": "off",
"react/no-unescaped-entities": "off",
"react/display-name": "off",
"@typescript-eslint/no-unused-vars": "off"
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-empty-object-type": "off",
}
})
];

@ -16,7 +16,8 @@ const eslintConfig = [
"react-hooks/exhaustive-deps": "off",
"react/no-unescaped-entities": "off",
"react/display-name": "off",
"@typescript-eslint/no-unused-vars": "off"
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-empty-object-type": "off",
}
})
];