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

18 lines
301 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"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
2023-09-25 15:58:56 +08:00
}