1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/globule/.jshintrc

16 lines
224 B
Plaintext
Raw Permalink Normal View History

2023-12-18 13:12:25 +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,
"es5": true
}