UNPKG
conditions
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
0.9.95
0.9.94
0.9.93
0.9.92
0.9.91
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.0.1
A javascript configuration engine
github.com/major-mann/conditions
major-mann/conditions
conditions
/
spec
/
.eslintrc
11 lines
(10 loc)
•
93 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"env"
:
{
}
,
"globals"
:
{
}
,
"rules"
:
{
"max-len"
:
[
2
,
200
]
}
}