From 033994528088e1b5d4fe870c025c46ffb1f9c93c Mon Sep 17 00:00:00 2001 From: Shigma <1700011071@pku.edu.cn> Date: Fri, 23 Oct 2020 19:11:12 +0800 Subject: [PATCH] chore: fix lint error --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index bff73023ae..b7668d7cbe 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -35,6 +35,7 @@ rules: max-len: - warn - 160 + multiline-ternary: off # https://github.com/typescript-eslint/typescript-eslint/issues/618 no-dupe-class-members: off no-ex-assign: off