ghaction-upx/node_modules/exit/.jshintrc
2020-01-23 08:49:02 +00: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
}