From 0d005707bd5cb02504e7085908310c2cd8e74bc2 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 8 Jul 2019 12:41:03 +0800 Subject: [PATCH] Disable `no-extra-parens` on TypeScript files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b4004121..dbd1af40 100644 --- a/package.json +++ b/package.json @@ -160,6 +160,7 @@ "no-undef": 0, "no-unused-vars": 0, "no-invalid-this": 0, + "no-extra-parens": 0, "indent": 0, "@typescript-eslint/indent": [ 2,