first commit
This commit is contained in:
20
build/node_modules/run-async/.jshintrc
generated
vendored
Normal file
20
build/node_modules/run-async/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"node": true,
|
||||
"esnext": true,
|
||||
"bitwise": false,
|
||||
"curly": false,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"immed": true,
|
||||
"latedef": false,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"undef": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"smarttabs": true,
|
||||
"indent": 2,
|
||||
"quotmark": "single",
|
||||
"scripturl": true,
|
||||
"globals": [ "describe", "it" ]
|
||||
}
|
||||
Reference in New Issue
Block a user