Initial commit
This commit is contained in:
56
node_modules/hashmap/.jshintrc
generated
vendored
56
node_modules/hashmap/.jshintrc
generated
vendored
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"shadow": "inner",
|
||||
"indent": 1,
|
||||
|
||||
"camelcase": false,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"freeze": true,
|
||||
"funcscope": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonbsp": true,
|
||||
"unused": "vars",
|
||||
"undef": true,
|
||||
"scripturl": true,
|
||||
"loopfunc": true,
|
||||
"strict": "implied",
|
||||
"validthis": true,
|
||||
|
||||
"esnext": true,
|
||||
"globals": {},
|
||||
"browser": true,
|
||||
"devel": true,
|
||||
"mocha": true,
|
||||
"node": true,
|
||||
"jquery": true
|
||||
}
|
||||
{
|
||||
"shadow": "inner",
|
||||
"indent": 1,
|
||||
|
||||
"camelcase": false,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"freeze": true,
|
||||
"funcscope": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonbsp": true,
|
||||
"unused": "vars",
|
||||
"undef": true,
|
||||
"scripturl": true,
|
||||
"loopfunc": true,
|
||||
"strict": "implied",
|
||||
"validthis": true,
|
||||
|
||||
"esnext": true,
|
||||
"globals": {},
|
||||
"browser": true,
|
||||
"devel": true,
|
||||
"mocha": true,
|
||||
"node": true,
|
||||
"jquery": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user