UNPKG
tingle.js
Version:
latest (0.16.0)
0.16.0
0.15.3
0.15.2
0.15.1
0.15.0
0.14.0
0.13.2
0.13.1
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
A simple modal plugin written in pure JavaScript
github.com/robinparisi/tingle
robinparisi/tingle
tingle.js
/
.eslintrc.js
21 lines
(20 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module.exports
=
{
env:
{
browser:
true
,
commonjs:
true
,
es6:
true
,
node:
true
},
extends:
[
'standard'
],
globals:
{
Atomics:
'readonly'
,
SharedArrayBuffer:
'readonly'
},
parserOptions:
{
ecmaVersion:
2018
},
rules:
{ } }