{
	"*.coffee": [
		"resin-lint"
	],
	"*.ts": [
		"resin-lint --typescript --fix",
	],
	"*!(*webpack.config).js": [
		"resin-lint --typescript --fix",
	],
	"test/**/*.coffee": [
		"resin-lint --tests"
	],
	"test/**/*.ts": [
		"resin-lint --typescript --no-prettier --tests"
	],
}