{
	"rules": {
		"max-nested-callbacks": [2, 3],
		"max-statements-per-line": [2, { "max": 2 }],
		"no-invalid-this": [1],
		"sort-keys": [0]
	}
}