From 4c512aa111927894c27685b1dba99fb70cd1c63a Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 2 Oct 2025 11:16:04 -0400 Subject: [PATCH] Turn off operator-linebreak in eslint --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 65493bf62..42ddb9f0e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,6 +24,7 @@ module.exports = { "camelcase": "off", "comma-dangle": "off", "guard-for-in": "off", + "operator-linebreak": "off", "max-len": "off", "new-cap": ["error", { capIsNewExceptions: ["Error", "Warning", "Debug", "Polygon_calcArea", "Play", "Stop", "Panzoom"],