Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
19
node_modules/seq-queue/.jshintrc
generated
vendored
Normal file
19
node_modules/seq-queue/.jshintrc
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"predef": [
|
||||
"describe",
|
||||
"it",
|
||||
"before",
|
||||
"after",
|
||||
"window",
|
||||
"__resources__"
|
||||
],
|
||||
"es5": true,
|
||||
"node": true,
|
||||
"eqeqeq": true,
|
||||
"undef": true,
|
||||
"curly": true,
|
||||
"bitwise": true,
|
||||
"immed": false,
|
||||
"newcap": true,
|
||||
"nonew": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue