aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.eslintrc.json
blob: 85993bda7cb661f08577eac97deb90e6a18fcfb2 (plain) (blame)
1
2
3
4
5
6
7
8
{
	"extends": [
		"wikimedia/server"
	],
	"rules": {
		"compat/compat": [ "error", "last 2 chrome versions, last 2 firefox versions" ]
	}
}