From 8d65f8ee9216cbf457eeaf9d1e2b45ae4d4f17ea Mon Sep 17 00:00:00 2001 From: GeeHon Date: Mon, 6 Dec 2021 08:31:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A7=A3=E5=86=B3eslint=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E7=AC=A6=E5=91=8A=E8=AD=A6=20(#139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index f414aa0bb..ef9231210 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,6 +70,12 @@ module.exports = { argsIgnorePattern: "^_", varsIgnorePattern: "^_" } + ], + "prettier/prettier": [ + "error", + { + endOfLine: "auto" + } ] } };