UNPKG
id-community-style-kit
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A style kit for .id community products
fbrctr.github.io
id-community-style-kit
/
.eslintrc
12 lines
(11 loc)
•
244 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"airbnb-base"
,
"rules"
:
{
"padded-blocks"
:
0
,
"no-console"
:
0
,
"arrow-body-style"
:
0
,
"quote-props"
:
[
"error"
,
"consistent-as-needed"
]
,
"comma-dangle"
:
[
"error"
,
"always-multiline"
]
,
"max-len"
:
0
,
}
}