UNPKG
pt.md
Version:
latest (1.0.1)
1.0.1
1.0.0
Library for working with https://pt.md
github.com/AlexanderC/pt.md
AlexanderC/pt.md
pt.md
/
.eslintrc.json
12 lines
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"airbnb-base"
,
"plugins"
:
[
"mocha"
]
,
"rules"
:
{
"mocha/no-exclusive-tests"
:
"error"
,
"arrow-body-style"
:
0
,
"no-underscore-dangle"
:
0
,
"no-prototype-builtins"
:
0
}
}