mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com> Co-authored-by: Madison Kennedy <madison@Madisons-MacBook-Pro.local> Co-authored-by: BilalG1 <bg2002@gmail.com>
14 lines
370 B
JSON
14 lines
370 B
JSON
{
|
|
"extends": [
|
|
"../configs/eslint/defaults.js",
|
|
"../configs/eslint/next.js"
|
|
],
|
|
"ignorePatterns": ["/*", "!/src"],
|
|
"rules": {
|
|
// Temporarily downgrade some rules to warnings during migration
|
|
// Remove these overrides once all issues are fixed
|
|
"@typescript-eslint/no-unused-vars": "warn",
|
|
"@typescript-eslint/no-explicit-any": "warn"
|
|
}
|
|
}
|