Bones/node_modules/has/.jshintrc

14 lines
209 B
Plaintext
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"browser": true
}