Skip to content

Commit

Permalink
Merge pull request #1859 from mightyiam/@typescript-eslint/prefer-rea…
Browse files Browse the repository at this point in the history
…donly-parameter-types

chore: intentionally not use @typescript-eslint/prefer-readonly-parameter-types
  • Loading branch information
mightyiam authored Oct 26, 2024
2 parents 8f69982 + 86953f9 commit 91ff84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/test/_intentionally-unused-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export const intentionallyUnusedRules: string[] = [

'@typescript-eslint/no-restricted-types',

'@typescript-eslint/prefer-readonly-parameter-types',

'n/no-restricted-import',

'n/no-restricted-require',
Expand Down
1 change: 0 additions & 1 deletion src/test/_rules_to_consider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ export const promiseRulesToConsider = [
]

export const tseslintRulesToConsider = [
'@typescript-eslint/prefer-readonly-parameter-types',
'@typescript-eslint/prefer-regexp-exec',
'@typescript-eslint/prefer-string-starts-ends-with',
'@typescript-eslint/require-await',
Expand Down

0 comments on commit 91ff84f

Please sign in to comment.