all:
	tslint --format json files/index.ts | python -m json.tool > ./reports.json
