We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a9b7d commit 48c8937Copy full SHA for 48c8937
index.ts
@@ -8,8 +8,7 @@ const config: BaseConfig = {
8
extends: [
9
"plugin:@typescript-eslint/recommended",
10
"airbnb-typescript/base",
11
- "plugin:import/typescript",
12
- // "standard-with-typescript", -- not avilable for @typescript-eslint/eslint-plugin v5 yet
+ "plugin:import/typescript"
13
],
14
// eslint-plugins
15
plugins: ["@typescript-eslint", "deprecation"],
0 commit comments