mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
Enfoce no more than two consecutive empty lines.
This commit is contained in:
parent
cde7f3f5b0
commit
754c58e5fd
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
},
|
||||
|
||||
"rules": {
|
||||
"no-multiple-empty-lines": ["error", {"max": 2, "maxEOF": 0, "maxBOF": 0}],
|
||||
"arrow-body-style": ["error", "as-needed"],
|
||||
"arrow-parens": "error",
|
||||
"arrow-spacing": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue