We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e31455 commit 5d85ce2Copy full SHA for 5d85ce2
src/plugins/typescript.ts
@@ -128,6 +128,7 @@ export const settings: Linter.Config = {
128
"@typescript-eslint/prefer-includes": "warn",
129
"@typescript-eslint/prefer-nullish-coalescing": "warn",
130
"@typescript-eslint/prefer-optional-chain": "warn",
131
+ "@typescript-eslint/prefer-readonly-parameter-types": "warn",
132
"@typescript-eslint/prefer-string-starts-ends-with": "warn",
133
"@typescript-eslint/prefer-ts-expect-error": "warn",
134
"@typescript-eslint/switch-exhaustiveness-check": "warn",
0 commit comments