Skip to content

Commit 84b7332

Browse files
committed
fix: remove unsupported plugin
1 parent ebbf1e6 commit 84b7332

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.eslintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"prettier",
66
"plugin:prettier/recommended"
77
],
8-
"plugins": [
9-
"deprecation"
10-
],
118
"overrides": [
129
{
1310
"files": ["*.ts"]
@@ -18,7 +15,6 @@
1815
"sourceType": "module"
1916
},
2017
"rules": {
21-
"deprecation/deprecation": "error",
2218
"@typescript-eslint/no-non-null-assertion": "off",
2319
"@typescript-eslint/no-unused-vars": "error"
2420
}

0 commit comments

Comments
 (0)