UNPKG
duty-js
Version:
latest (3.1.0)
3.1.0
3.0.6
3.0.6-perm
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-docw
2.4.5
2.4.5-doc
2.4.4
2.4.3
2.4.2
2.4.2-rc1
2.4.2-rc
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.2-1
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
0.0.2
0.0.2-2
0.0.2-1
0.0.1
0.0.1-1
Duty is a todo list manager with notification support
github.com/zombieleet/duty
zombieleet/duty
duty-js
/
.eslintrc.json
25 lines
(24 loc)
•
387 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"env"
:
{
"es6"
:
true
,
"node"
:
true
}
,
"parser"
:
"babel-eslint"
,
"parserOptions"
:
{
"sourceType"
:
"module"
}
,
"rules"
:
{
"indent"
:
[
"error"
,
2
]
,
"quotes"
:
[
"error"
,
"double"
]
,
"semi"
:
[
"error"
,
"always"
]
}
}