hexo/node_modules/hexo-deployer-cos-cdn/.jshintrc

18 lines
301 B
Plaintext

{
"globals": {
"$": false,
"window": false,
"document": false
},
"strict": true,
"curly": true,
"eqeqeq": true,
"noarg": true,
"noempty": true,
"quotmark": "single",
"undef": true,
"unused": true,
"asi": true,
"esversion": 6,
"node": true
}