mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
Allow single line class members to be adjacent
This commit is contained in:
parent
5d07829a82
commit
a31b0a8ed8
1 changed files with 5 additions and 1 deletions
|
|
@ -52,7 +52,11 @@
|
|||
"dot-notation": "error",
|
||||
"eqeqeq": ["error", "smart"],
|
||||
"guard-for-in": "error",
|
||||
"lines-between-class-members": "warn",
|
||||
"lines-between-class-members": [
|
||||
"warn",
|
||||
"always",
|
||||
{ "exceptAfterSingleLine": true }
|
||||
],
|
||||
"max-depth": ["warn", 4],
|
||||
"max-params": ["warn", 5],
|
||||
"new-cap": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue