Projekt

Obecné

Profil

Stáhnout (194 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
	"root": true,
3

    
4
	"extends": "@ljharb",
5

    
6
	"rules": {
7
		"id-length": [2, { "min": 1, "max": 35 }],
8
		"max-lines-per-function": [2, 100],
9
		"max-params": [2, 4],
10
		"max-statements": [2, 13]
11
	}
12
}
(2-2/9)