aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
blob: b06670128becba7d9d09e1908513b18d19f05d37 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
	"root": true,
	"extends": [
		"wikimedia/server"
	],
	"rules": {
		"max-len": "warn"
	}
}