new eslint fixes run

This commit is contained in:
caribaud 2023-06-05 00:40:25 +02:00
parent 5a1987f77b
commit b12cf2c4f1
2 changed files with 39 additions and 19 deletions

View file

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