From 6a2c5473e8d9e0b36a6927898062bbc4fd2b00dd Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 30 Jun 2023 10:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E8=B0=83=E6=95=B4=20eslint=20ru?= =?UTF-8?q?les?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index ed3c3468..900d88e4 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -21,16 +21,16 @@ plugins: - vue - prettier rules: - # 严格布尔表达式 + # TypeScript "@typescript-eslint/strict-boolean-expressions": off - # 禁止使用 Object "@typescript-eslint/consistent-type-assertions": - warn - assertionStyle: angle-bracket # 使用尖括号 - # 命名规范 "@typescript-eslint/naming-convention": - warn - selector: variableLike format: ["camelCase", "UPPER_CASE", "PascalCase", "snake_case"] leadingUnderscore: "allow" trailingUnderscore: "allow" + # Vue + "vue/multi-word-component-names": off