all: apply eclint to unify empty lines at end of file
done with:
npm install
git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix
git ls-files | grep buildout.hash.cfg | xargs ./update-hash
done with:
npm install
git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix
git ls-files | grep buildout.hash.cfg | xargs ./update-hash