mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(jshint) regular parameters should not come after default parameters
This commit is contained in:
parent
67b5cae29f
commit
75a62b741e
1 changed files with 2 additions and 1 deletions
|
|
@ -19,5 +19,6 @@
|
|||
"validthis": true,
|
||||
"-W024": true,
|
||||
"-W120": true,
|
||||
"-W079": true
|
||||
"-W079": true,
|
||||
"-W138": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue