UNPKG

126 BPlain TextView Raw
1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "id-length": 0,
8 "max-statements-per-line": [2, { "max": 2 }],
9 },
10}