From 1cae0fe747347c95b1d5412330d77a88905ebb32 Mon Sep 17 00:00:00 2001 From: Titus Kristiansen <titusk@stud.ntnu.no> Date: Wed, 27 Apr 2022 12:17:07 +0200 Subject: [PATCH] line break errors ignored --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 1405940..41ce705 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,7 @@ module.exports = { parser: "@babel/eslint-parser", }, rules: { + "linebreak-style": 0, "no-console": process.env.NODE_ENV === "production" ? "warn" : "off", "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off", }, -- GitLab