UNPKG
is-valid-oib
Version:
latest (1.0.0)
1.0.0
Check if OIB is valid.
github.com/niksy/is-valid-oib
niksy/is-valid-oib
is-valid-oib
/
.jshintrc
16 lines
(15 loc)
•
227 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"camelcase"
:
true
,
"eqeqeq"
:
false
,
"immed"
:
true
,
"latedef"
:
true
,
"newcap"
:
true
,
"nonew"
:
true
,
"quotmark"
:
"single"
,
"strict"
:
false
,
"maxparams"
:
4
,
"maxdepth"
:
3
,
"sub"
:
true
,
"undef"
:
true
,
"node"
:
true
}