Skip to content

Commit

Permalink
Merge pull request #38 from enormora/renovate/major-typescript-eslint…
Browse files Browse the repository at this point in the history
…-monorepo

⬆️ Update typescript-eslint monorepo to v7 (major)
  • Loading branch information
lo1tuma authored Feb 16, 2024
2 parents a0b2475 + bf1f897 commit acbb487
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 28 deletions.
1 change: 1 addition & 0 deletions configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export const typescriptConfig = {
'@typescript-eslint/no-array-delete': 'error',
'@typescript-eslint/no-useless-template-literals': 'error',
...configureWrappedCoreRule('prefer-promise-reject-errors'),
'@typescript-eslint/prefer-find': 'error',

'functional/functional-parameters': 'off',
'functional/immutable-data': 'off',
Expand Down
220 changes: 194 additions & 26 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@cspell/eslint-plugin": "8.3.2",
"@stylistic/eslint-plugin": "1.5.4",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint-plugin-array-func": "5.0.1",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-destructuring": "2.2.1",
Expand Down

0 comments on commit acbb487

Please sign in to comment.