Template Upload
This commit is contained in:
17
node_modules/concurrently/.jshintrc
generated
vendored
Normal file
17
node_modules/concurrently/.jshintrc
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"predef": [ "Promise" ],
|
||||
"bitwise": true,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"latedef": false,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"quotmark": "single",
|
||||
"regexp": true,
|
||||
"devel": true
|
||||
}
|
Reference in New Issue
Block a user