From 081856cdebec292a554817ea623eb4e04fa5d2be Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Mon, 12 Jun 2017 07:08:34 +0100 Subject: [PATCH] Set "linebreak-style" rule to 0 --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index ca83e5b..068a247 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": "dmajda" + "extends": "dmajda", + "rules": { + "linebreak-style": 0 + } }