From 38f868da4abf6f9855fb83892bacf12702b14739 Mon Sep 17 00:00:00 2001 From: "TZU-YEN, CHANG" Date: Sun, 8 Mar 2020 00:49:43 +0800 Subject: [PATCH] refactor(eslint-config-typescript): reorder the exnteds of eslint config of typescript --- packages/ESLintConfigTypeScript/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ESLintConfigTypeScript/.eslintrc.json b/packages/ESLintConfigTypeScript/.eslintrc.json index 6747df8..a1d0518 100644 --- a/packages/ESLintConfigTypeScript/.eslintrc.json +++ b/packages/ESLintConfigTypeScript/.eslintrc.json @@ -7,8 +7,9 @@ }, "plugins": ["@typescript-eslint"], "extends": [ - "plugin:@typescript-eslint/recommended", "@alljoint-next", + "plugin:@typescript-eslint/eslint-recommended", + "plugin:@typescript-eslint/recommended", "plugin:import/typescript", "prettier/@typescript-eslint" ],