Skip to content

Commit

Permalink
Deprecate, the deprecater (#882)
Browse files Browse the repository at this point in the history
* `npm uninstall eslint-plugin-deprecation`

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

kachick/action-typescript-template#287

* Disable eslint-plugin-deprecation
  • Loading branch information
kachick authored Mar 26, 2023
1 parent 8dad73e commit 96780e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 271 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ extends:
- plugin:@typescript-eslint/recommended-requiring-type-checking
- plugin:@typescript-eslint/strict
plugins:
- deprecation
- react-hooks
- prefer-arrow
parser: '@typescript-eslint/parser'
Expand Down Expand Up @@ -38,7 +37,6 @@ rules:
- selector: TSEnumDeclaration
message: >-
Don't declare enums. ref: https://www.kabuku.co.jp/developers/good-bye-typescript-enum
deprecation/deprecation: error
overrides:
- files:
- src/**/*.ts
Expand Down
268 changes: 0 additions & 268 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 @@ -21,7 +21,6 @@
"dprint": "0.34.4",
"esbuild": "0.17.14",
"eslint": "8.36.0",
"eslint-plugin-deprecation": "1.3.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react-hooks": "4.6.0",
"ts-node-test": "0.4.1",
Expand Down

0 comments on commit 96780e6

Please sign in to comment.