Files
wildstring/.jshintrc
deltreey efff2f0610 bugfix
wrap in an anonymous function to limit globals in the namespace
module.exports to make node work
2015-08-03 23:43:02 -04:00

16 lines
227 B
Plaintext

{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"mocha" : true,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"esnext": true
}