Projekt

Obecné

Profil

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