From 08a12b6f3f22d2f5ff92877d54525c6197f58033 Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 25 Jun 2018 10:51:56 +0300 Subject: [PATCH] Removed linestyle lint --- .eslintrc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index a943311..8004650 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -102,10 +102,6 @@ module.exports = { "key-spacing": "error", "keyword-spacing": "error", "line-comment-position": "error", - "linebreak-style": [ - "error", - "windows" - ], "lines-around-comment": "error", "lines-around-directive": "error", "lines-between-class-members": "error",