UNPKG
link-short
Version:
latest (1.5.4)
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
URL Shortener
link-short
/
.eslintrc.json
20 lines
(19 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"env"
:
{
"node"
:
true
}
,
"extends"
:
"airbnb"
,
"plugins"
:
[
"react"
]
,
"rules"
:
{
"new-cap"
:
0
,
"prefer-template"
:
0
,
"global-require"
:
0
,
"no-unused-expressions"
:
0
}
,
"globals"
:
{
"describe"
:
true
,
"it"
:
true
}
}