UNPKG
@kir-dev/passport-authsch
Version:
latest (2.2.5)
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0-development
Passport.js Strategy for AuthSCH
github.com/kir-dev/passport-authsch
kir-dev/passport-authsch
@kir-dev/passport-authsch
/
.prettierrc.js
11 lines
(10 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
semi:
true
,
singleQuote:
true
,
trailingComma:
'es5'
,
bracketSpacing:
true
,
printWidth:
120
,
jsxSingleQuote:
true
,
bracketSameLine:
false
,
endOfLine:
'lf'
, }
;