UNPKG
concat-map
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
concatenative mapdashery
github.com/ljharb/concat-map
ljharb/concat-map
concat-map
/
.eslintrc
19 lines
(15 loc)
•
187 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"root"
:
true
,
"extends"
:
"@ljharb"
,
"rules"
:
{
"array-bracket-newline"
:
0
,
}
,
"overrides"
:
[
{
"files"
:
"example/**"
,
"rules"
:
{
"no-console"
:
0
,
}
,
}
,
]
,
}