This commit is contained in:
18
node_modules/speakingurl/.jshintrc
generated
vendored
Normal file
18
node_modules/speakingurl/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"camelcase": true,
|
||||
"onevar": false,
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"newcap": true,
|
||||
"nonew": true,
|
||||
"trailing": true,
|
||||
"browser": true,
|
||||
"devel": true,
|
||||
"jquery": true,
|
||||
"node": true,
|
||||
"globals": {
|
||||
"module": true,
|
||||
"require": true,
|
||||
"console": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user