We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3ee05 commit 45dc0afCopy full SHA for 45dc0af
apps/web/eslint.config.js
@@ -24,6 +24,7 @@ export default defineConfig([
24
reactHooks.configs["recommended-latest"],
25
{
26
rules: {
27
+ "react/no-unescaped-entities": "off",
28
"@typescript-eslint/no-unused-vars": [
29
"error",
30
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
0 commit comments