UNPKG
@lmc-eu/eslint-config-base
Version:
latest (3.1.3)
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-rc1
1.0.0-beta
1.0.0-alpha
LMC's ESlint configuration preset
github.com/lmc-eu/code-quality-tools
lmc-eu/code-quality-tools
@lmc-eu/eslint-config-base
/
.eslintrc
11 lines
(9 loc)
•
243 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./index.js"
,
"rules"
:
{
// disable requiring trailing commas because it might be nice to revert to
// being JSON at some point, and I don't want to make big changes now.
"comma-dangle"
:
0
,
"max-len"
:
0
}
}