diff --git a/shell/nodejs.sh b/shell/nodejs.sh index b32715e..43f6700 100755 --- a/shell/nodejs.sh +++ b/shell/nodejs.sh @@ -12,27 +12,13 @@ alias cof="coffee" install_node_global_packages () { npm install -g \ eslint \ - eslint-config-semistandard \ - eslint-config-standard \ - eslint-plugin-import \ - eslint-plugin-node \ - eslint-plugin-promise \ - eslint-plugin-react \ - eslint-plugin-standard \ eslint-config-prettier \ eslint-plugin-prettier \ eslint_d \ htmllint-cli \ httpsnippet \ - jsfmt \ - jslinter \ jsonlint \ localtunnel \ - semistandard \ - semistandard-format \ - standard \ - standard-format \ - stylefmt \ prettier \ tslint \ typescript \