Skip to content

Commit

Permalink
Drop eslint-plugin-deprecation to reduce TypeScript 5 updating blocker (
Browse files Browse the repository at this point in the history
#293)

* `npm uninstall eslint-plugin-deprecation`

The deprecation linter is now a blocker to updating dependencies. This is an ironic thing.

#287

* Disable eslint-plugin-deprecation
  • Loading branch information
kachick committed Mar 26, 2023
1 parent 1b373f0 commit e2de8d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ env:
es2021: true
jest/globals: true
plugins:
- deprecation
- '@typescript-eslint'
extends:
- plugin:@typescript-eslint/recommended
Expand All @@ -20,7 +19,6 @@ overrides:
filenames/match-regex: 'off'
rules:
i18n-text/no-en: 'off'
deprecation/deprecation: error
no-restricted-syntax:
- error
- selector: TSEnumDeclaration
Expand Down
69 changes: 0 additions & 69 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"esbuild": "^0.17.12",
"esbuild-jest-transform": "^1.1.1",
"eslint": "^8.36.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit e2de8d4

Please sign in to comment.