Update to v13 and add queue and completely change code
This commit is contained in:
parent
dcef23d0ed
commit
55a38726a3
6706 changed files with 424137 additions and 61608 deletions
29
node_modules/async.util.isarray/.jshintrc
generated
vendored
Normal file
29
node_modules/async.util.isarray/.jshintrc
generated
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
// Enforcing options
|
||||
"eqeqeq": false,
|
||||
"forin": true,
|
||||
"indent": 4,
|
||||
"noarg": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"trailing": true,
|
||||
"evil": true,
|
||||
"laxcomma": true,
|
||||
|
||||
// Relaxing options
|
||||
"onevar": false,
|
||||
"asi": false,
|
||||
"eqnull": true,
|
||||
"expr": false,
|
||||
"loopfunc": true,
|
||||
"sub": true,
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"globals": {
|
||||
"self": true,
|
||||
"define": true,
|
||||
"describe": true,
|
||||
"context": true,
|
||||
"it": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue