Skip to content

Commit 48c8937

Browse files
committed
fix: Remove useless comments
1 parent 71a9b7d commit 48c8937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const config: BaseConfig = {
88
extends: [
99
"plugin:@typescript-eslint/recommended",
1010
"airbnb-typescript/base",
11-
"plugin:import/typescript",
12-
// "standard-with-typescript", -- not avilable for @typescript-eslint/eslint-plugin v5 yet
11+
"plugin:import/typescript"
1312
],
1413
// eslint-plugins
1514
plugins: ["@typescript-eslint", "deprecation"],

0 commit comments

Comments
 (0)