UNPKG
zater-cep
Version:
latest (0.0.1)
0.0.1
ZAter cep correios e via cep
bitbucket.org/patercapital/zater-cep
zater-cep
/
dist
/
node_modules
/
eslint-config-airbnb
/
test
/
.eslintrc
10 lines
(8 loc)
•
233 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"rules"
:
{
// disabled because I find it tedious to write tests while following this rule
"no-shadow"
:
0
,
// tests uses `t` for tape
"id-length"
:
[
2
,
{
"min"
:
2
,
"properties"
:
"never"
,
"exceptions"
:
[
"t"
]
}
]
}
}