UNPKG
@xassist/xassist-date
Version:
latest (1.2.2)
1.2.2
1.2.1
1.1.3
1.1.2
1.1.1
1.0.3
1.0.2
1.0.1
0.0.5
helper functions for date manipulation
github.com/GregBee2/xassist-date.git
GregBee2/xassist-date
@xassist/xassist-date
/
.eslintrc.json
12 lines
•
175 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"parserOptions"
:
{
"sourceType"
:
"module"
}
,
"env"
:
{
"browser"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"rules"
:
{
"no-cond-assign"
:
0
}
}