0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 11:22:40 +00:00

Hide conflicting lint rules

This commit is contained in:
Trevor Buckner
2025-09-11 10:56:44 -04:00
parent d728126bcc
commit 5ede32ccac
2 changed files with 3 additions and 4 deletions

View File

@@ -47,9 +47,9 @@ export default [{
"semi" : ["warn", "always"],
/** Whitespace **/
"array-bracket-spacing" : ["warn", "never"],
//"array-bracket-spacing" : ["warn", "never"],
"arrow-spacing" : ["warn", { before: false, after: false }],
"comma-spacing" : ["warn", { before: false, after: true }],
//"comma-spacing" : ["warn", { before: false, after: true }],
"indent" : ["warn", "tab", { MemberExpression: "off" }],
"linebreak-style" : "off",
"no-trailing-spaces" : "warn",