all:
	eslint -f json files/index.js | python -m json.tool > ./reports.json
