github-pages-deploy-action/node_modules/exit/.jshintrc
2019-11-19 07:48:29 -05: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
}