From b65b25c1fa03c420bb52ec1a32d622aa29d23227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Fri, 12 Mar 2021 16:10:07 +0800 Subject: [PATCH] chore: ignore some code rules --- .eslintrc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index b5c6517..a45f31f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,18 @@ "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { + "@typescript-eslint/naming-convention": [ + "off" + ], + "prefer-arrow/prefer-arrow-functions": [ + "off" + ], + "@typescript-eslint/member-ordering": [ + "off" + ], + "@typescript-eslint/ban-types": [ + "off" + ], "@angular-eslint/component-selector": [ "off", {