Projekt

Obecné

Profil

Stáhnout (153 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
{
2
	"root": true,
3
4
	"extends": "@ljharb",
5
6
	"rules": {
7
		"id-length": 0,
8
		"max-statements": [2, 12],
9
		"max-statements-per-line": [2, { "max": 2 }]
10
	}
11
}