UNPKG
fodselsnummer
Version:
latest (0.0.1)
0.0.1
National identification number of Norway.
github.com/andersos/fodselsnummer
andersos/fodselsnummer
fodselsnummer
/
.jshintrc
14 lines
(13 loc)
•
283 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"enforceall"
:
true
,
"indent"
:
4
,
"quotmark"
:
"single"
,
"maxparams"
:
3
,
"maxdepth"
:
3
,
"maxstatements"
:
10
,
"maxcomplexity"
:
10
,
"maxlen"
:
100
,
"nocomma"
:
false
,
"node"
:
true
,
"mocha"
:
true
}