UNPKG
shiftly
Version:
latest (0.0.2)
0.0.2
0.0.1
Calculate common public safety shift schedules.
github.com/StatEngine/shiftly
StatEngine/shiftly
shiftly
/
.eslintrc
15 lines
(14 loc)
•
294 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"airbnb"
,
"rules"
:
{
"import/extensions"
:
0
,
"import/no-extraneous-dependencies"
:
0
,
"import/no-unresolved"
:
[
2
,
{
"ignore"
:
[
"electron"
]
}
]
,
"linebreak-style"
:
0
,
"react/prefer-stateless-function"
:
0
}
,
"plugins"
:
[
"import"
,
"mocha"
]
}