UNPKG
jpopup
Version:
latest (2.0.1)
2.0.1
2.0.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Simple lightweight (<2kB) javascript popup modal plugin
github.com/robiveli/jpopup
robiveli/jpopup
jpopup
/
.eslintrc.json
26 lines
(25 loc)
•
433 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
26
{
"env"
:
{
"browser"
:
true
,
"es6"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"rules"
:
{
"indent"
:
[
"error"
,
4
]
,
"quotes"
:
[
"error"
,
"single"
]
,
"semi"
:
[
"error"
,
"always"
]
,
"no-inner-declarations"
:
0
}
,
"parserOptions"
:
{
"sourceType"
:
"module"
}
}