Turn off operator-linebreak in eslint

This commit is contained in:
Isaac Connor
2025-10-02 11:16:04 -04:00
parent 2b879d9ecd
commit 4c512aa111

View File

@@ -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"],