Files
dogs/node_modules/easy-extender/.jshintrc
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09:00

20 lines
342 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"plusplus": true,
"sub": true,
"undef": true,
"quotmark": "double",
"unused": true,
"boss": true,
"indent": 4,
"eqnull": true,
"node": true,
"strict": false,
"mocha": true
}