UNPKG
peb
Version:
latest (3.1.0)
3.1.0
3.0.0
3.0.0-rc.2
3.0.0-pre.3
3.0.0-pre.2
3.0.0-pre.1
2.3.1
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.1.3
1.1.1
Peb.js makes JS easier
github.com/TechPot-Studio/peb.js
TechPot-Studio/peb.js
peb
/
.eslintrc
20 lines
•
324 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"parserOptions"
:
{
"ecmaVersion"
:
2017
,
"sourceType"
:
"module"
}
,
"env"
:
{
"browser"
:
true
,
"node"
:
true
,
"commonjs"
:
true
,
"amd"
:
true
,
"es6"
:
true
,
"mocha"
:
true
}
,
"root"
:
true
,
"rules"
:
{
"no-console"
:
0
,
"no-dupe-class-members"
:
0
,
"quotes"
:
[
2
,
"single"
]
}
}