From 1c45e759c34ad333c3c086d22c870076bf756892 Mon Sep 17 00:00:00 2001 From: xeltica Date: Sat, 4 Sep 2021 12:09:21 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=A1=8C=E3=82=B3=E3=83=BC=E3=83=89?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=8C=E3=81=86=E3=82=8B=E3=81=95?= =?UTF-8?q?=E3=81=99=E3=81=8E=E3=82=8B=E3=81=AE=E3=81=A7=E6=8A=91=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index f1c0c3f..f230b88 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,10 +20,6 @@ module.exports = { 'error', 'tab', ], - 'linebreak-style': [ - 'error', - 'unix' - ], 'quotes': [ 'error', 'single'