Skip to content

Commit c8d20b0

Browse files
authored
Remove eslint-plugin-deprecation (#3933)
1 parent 72e55b7 commit c8d20b0

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { FlatCompat } from "@eslint/eslintrc"
33
import js from "@eslint/js"
44
import tsParser from "@typescript-eslint/parser"
55
import codegen from "eslint-plugin-codegen"
6-
import deprecation from "eslint-plugin-deprecation"
76
import _import from "eslint-plugin-import"
87
import simpleImportSort from "eslint-plugin-simple-import-sort"
98
import sortDestructureKeys from "eslint-plugin-sort-destructure-keys"
@@ -30,7 +29,6 @@ export default [
3029
),
3130
{
3231
plugins: {
33-
deprecation,
3432
import: fixupPluginRules(_import),
3533
"sort-destructure-keys": sortDestructureKeys,
3634
"simple-import-sort": simpleImportSort,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"eslint": "^9.9.1",
6767
"eslint-import-resolver-typescript": "^3.6.3",
6868
"eslint-plugin-codegen": "^0.28.0",
69-
"eslint-plugin-deprecation": "^3.0.0",
7069
"eslint-plugin-import": "^2.30.0",
7170
"eslint-plugin-simple-import-sort": "^12.1.1",
7271
"eslint-plugin-sort-destructure-keys": "^2.0.0",

pnpm-lock.yaml

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)