module.exports = {
	rules: {
		'header-max-length': [2, 'always', 4]
	}
};