From 6e7f1b5cb67a0e8fd946a8a1661648eae77bc70b Mon Sep 17 00:00:00 2001 From: j m <1406993111@qq.com> Date: Sat, 11 May 2024 07:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index c531206..71673e3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,8 +11,8 @@ module.exports = { }, 'rules': { 'indent': ['error', 2], - // 'linebreak-style': ['error', 'unix'], - 'linebreak-style': ['error', 'windows'], + 'linebreak-style': ['error', 'unix'], + // 'linebreak-style': ['error', 'windows'], 'quotes': ['error', 'single'], 'semi': ['error', 'never'], 'no-undef': ['off'],