From 11cf84a985511781a673dfeca77808fba9063bb6 Mon Sep 17 00:00:00 2001 From: David Benque Date: Thu, 18 Jul 2024 15:42:56 +0100 Subject: [PATCH] Update linter rules Prevent line break errors on Windows --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 209a4718e..924eddfc3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -35,7 +35,7 @@ module.exports = { 4 ], 'linebreak-style': [ - 'error', + 'off', // git handles linebreak conversion for us 'unix' ], 'quotes': [