Skip to content

Commit

Permalink
Merge pull request #1577 from mightyiam/renovate/typescript-eslint-7.…
Browse files Browse the repository at this point in the history
…x-lockfile

chore(deps): update dependency typescript-eslint to v7.11.0
  • Loading branch information
renovate[bot] authored May 31, 2024
2 parents abaed46 + abd1b76 commit 6cc6cf1
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 84 deletions.
164 changes: 82 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ const rules = {
'@typescript-eslint/prefer-readonly': ['error'],
'@typescript-eslint/prefer-reduce-type-parameter': ['error'],
'@typescript-eslint/prefer-return-this-type': ['error'],
'@typescript-eslint/prefer-ts-expect-error': ['error'],
'@typescript-eslint/promise-function-async': ['error'],
'@typescript-eslint/require-array-sort-compare': ['error', { ignoreStringArrays: true }],
'@typescript-eslint/restrict-plus-operands': ['error', { skipCompoundAssignments: false }],
Expand Down
1 change: 0 additions & 1 deletion src/test/_util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ export const expectedExportedValue = {
'@typescript-eslint/prefer-readonly': ['error'],
'@typescript-eslint/prefer-reduce-type-parameter': ['error'],
'@typescript-eslint/prefer-return-this-type': ['error'],
'@typescript-eslint/prefer-ts-expect-error': ['error'],
'@typescript-eslint/promise-function-async': ['error'],
'@typescript-eslint/prefer-promise-reject-errors': ['error'],
'@typescript-eslint/restrict-plus-operands': ['error', { skipCompoundAssignments: false }],
Expand Down

0 comments on commit 6cc6cf1

Please sign in to comment.