From af659a0fa76e2b3c22632daab911053d5497bd67 Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 26 Feb 2020 08:04:54 +0900 Subject: [PATCH] * update TypeScript rules --- .eslintrc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 4799b36..abc0c3a 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -292,7 +292,8 @@ rules: # https://eslint.org/docs/rules/ - never # @typescript-eslint plugin - "@typescript-eslint/explicit-function-return-type": 'off' + "@typescript-eslint/ban-ts-ignore": 'off' + "@typescript-eslint/no-empty-interface": 'off' "@typescript-eslint/no-use-before-define": - error - functions: false