mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Make lines-between-class-members a warning
This commit is contained in:
parent
5c01de0268
commit
267248cfd7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"dot-notation": "error",
|
||||
"eqeqeq": ["error", "smart"],
|
||||
"guard-for-in": "error",
|
||||
"lines-between-class-members": "error",
|
||||
"lines-between-class-members": "warn",
|
||||
"max-depth": ["warn", 4],
|
||||
"max-params": ["warn", 5],
|
||||
"new-cap": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue