## install
# install gloabally eslint and the google config
# at the moment eslint 3.13 and google-config 0.7
npm -g i eslint eslint-config-google
# check
npm -g ls eslint eslint-config-google
# create/overwrite global eslint config & ignore
cp .eslint* ~/
## IDE/editor config