UNPKG
moment-parseplus
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.6
1.1.5
1.1.3
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Date parsing plugin for momentjs
github.com/kensnyder/moment-parseplus
kensnyder/moment-parseplus
moment-parseplus
/
.eslintrc
12 lines
(10 loc)
•
147 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"parserOptions"
:
{
"ecmaVersion"
:
12
,
"sourceType"
:
"module"
}
,
"env"
:
{
"es6"
:
true
}
,
"extends"
:
"eslint:recommended"
}