SAP-BTP-Spielwiese/app1/node_modules/passport-strategy/.jshintrc

21 lines
305 B
Text
Raw Permalink Normal View History

{
"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
}