more corrections

This commit is contained in:
caribaud 2023-06-11 09:51:47 +02:00 committed by Christian Aribaud
parent b3fddef4e0
commit 21e17a294e
2 changed files with 28 additions and 17 deletions

View file

@ -34,6 +34,7 @@
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
"max-len" : ["warn", {"code": 88}],
"capitalized-comments": "off",
"operator-linebreak": ["warn", "before"]
"operator-linebreak": ["warn", "before"],
"max-lines": "off"
}
}