From f7b2bb645f5ddaec8566ec9d7f7176e39729e8cb Mon Sep 17 00:00:00 2001 From: Brandon Allen Date: Sat, 27 Oct 2018 14:15:54 -0500 Subject: [PATCH] Remove `linebreak-style` rule Adds compatability with Windows. --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 33079c9..18b7d42 100644 --- a/index.js +++ b/index.js @@ -63,8 +63,6 @@ module.exports = { }], // Enforce spacing before and after keywords 'keyword-spacing': 'error', - // Disallow mixed "LF" and "CRLF" as linebreaks - 'linebreak-style': ['error', 'unix'], // Enforces empty lines around comments 'lines-around-comment': ['error', { beforeLineComment: true,