{
	"root": true,
	"extends": [
		"wikimedia/client",
		"wikimedia/jquery",
		"wikimedia/mediawiki"
	],
	"globals": {
		"ve": "readonly",
		"OO": "readonly"
	},
	"rules": {
		"max-len": "off",
		"object-shorthand": [ "error", "properties" ],
		"mediawiki/no-storage": "off",
		"no-jquery/no-done-fail": "off"
	},
	"plugins": [ "html" ],
	"settings": {
		"html/indent": "+tab",
		"html/report-bad-indent": "error"
	}
}
