hexo/node_modules/command-exists/.jshintrc

15 lines
223 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}