pixsy/node_modules/has/.jshintrc
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

14 lines
209 B
Plaintext

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