Skip to content

Commit 4921f51

Browse files
committed
Fix lint
1 parent 875f024 commit 4921f51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/eslint-config-shared/eslint-config-shared.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export default tseslint.config(
2727
},
2828
plugins: {
2929
prettier,
30-
deprecation,
3130
},
3231
languageOptions: {
3332
globals: globals.node,
@@ -202,7 +201,6 @@ export default tseslint.config(
202201
// 'error',
203202
// { argsIgnorePattern: '^_' },
204203
// ],
205-
'deprecation/deprecation': 2,
206204
},
207205
},
208206
)

0 commit comments

Comments
 (0)