mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Turn off operator-linebreak in eslint
This commit is contained in:
@@ -24,6 +24,7 @@ module.exports = {
|
|||||||
"camelcase": "off",
|
"camelcase": "off",
|
||||||
"comma-dangle": "off",
|
"comma-dangle": "off",
|
||||||
"guard-for-in": "off",
|
"guard-for-in": "off",
|
||||||
|
"operator-linebreak": "off",
|
||||||
"max-len": "off",
|
"max-len": "off",
|
||||||
"new-cap": ["error", {
|
"new-cap": ["error", {
|
||||||
capIsNewExceptions: ["Error", "Warning", "Debug", "Polygon_calcArea", "Play", "Stop", "Panzoom"],
|
capIsNewExceptions: ["Error", "Warning", "Debug", "Polygon_calcArea", "Play", "Stop", "Panzoom"],
|
||||||
|
|||||||
Reference in New Issue
Block a user