odin-default-js-exercises/node_modules/has/.jshintrc

14 lines
209 B
Plaintext
Raw Normal View History

2017-12-15 18:56:14 +00: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
}