1
0
Fork 0
mirror of synced 2026-06-05 18:18:19 +00:00
login/node_modules/exit/.jshintrc
2023-11-20 14:12:35 +08:00

14 lines
213 B
Text

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}