Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 477985c

Browse files
authored
Drop eslint-plugin-deprecation to reduce a blocker to update TypeScript (#418)
* `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 * `makers package`
1 parent e92e13d commit 477985c

File tree

4 files changed

+984
-1378
lines changed

4 files changed

+984
-1378
lines changed

Diff for: .eslintrc.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ env:
33
es2021: true
44
jest/globals: true
55
plugins:
6-
- deprecation
76
- '@typescript-eslint'
87
extends:
98
- plugin:@typescript-eslint/recommended
@@ -20,7 +19,6 @@ overrides:
2019
filenames/match-regex: 'off'
2120
rules:
2221
i18n-text/no-en: 'off'
23-
deprecation/deprecation: error
2422
no-restricted-syntax:
2523
- error
2624
- selector: TSEnumDeclaration

0 commit comments

Comments
 (0)