more corrections
This commit is contained in:
parent
b3fddef4e0
commit
21e17a294e
2 changed files with 28 additions and 17 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue