UNPKG
durational
Version:
latest (1.1.0)
1.1.0
1.0.0
Small library for dealing with Durations
github.com/miksago/durational
durational
/
.jshintrc
14 lines
(13 loc)
•
178 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"node"
:
true
,
"browser"
:
false
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"forin"
:
false
,
"indent"
:
2
,
"unused"
:
true
,
"eqnull"
:
true
,
"undef"
:
true
,
"quotmark"
:
"single"
,
"sub"
:
true
}