Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Eject CRA 3 #38702

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Suppress more errors
riodeuno committed Jan 16, 2025
commit e6b84a8af4fd4d9a8082cf7fdc79f30d4d36c475
1 change: 1 addition & 0 deletions app/client/.eslintrc.base.json
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@
}
},
"rules": {
"typescript-eslint/no-unsafe-assignment": "warn",
"@typescript-eslint/consistent-type-assertions": "warn",
"@typescript-eslint/prefer-function-type": "warn",
"@typescript-eslint/no-empty-interface": "warn",