From e21f9f8733b0894a348831fff02e2d8ab71d3c35 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 22 Dec 2019 10:27:31 +0900 Subject: Fix lint rules --- .eslintrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.eslintrc') diff --git a/.eslintrc b/.eslintrc index 83c628c..0ff0b11 100644 --- a/.eslintrc +++ b/.eslintrc @@ -25,5 +25,13 @@ "ecmaFeatures": { "jsx": true } + }, + "rules": { + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-namespace": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], + "@typescript-eslint/no-use-before-define": "off" } } -- cgit v1.2.3