Files
MOHPortalTest-AllAgents-All…/qwen/nodejs/node_modules/passport-strategy/.jshintrc
2025-10-24 17:06:14 -05:00

21 lines
305 B
Plaintext

{
"node": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": true,
"trailing": true,
"laxcomma": true
}