setup-python/node_modules/exit/.jshintrc
Danny McCormick 39c08a0eaa Initial pass
2019-06-26 21:12:00 -04:00

15 lines
213 B
Plaintext

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