[mod] remove .nvm_packages, add eslint to package.json

This commit is contained in:
Martin Fischer 2022-01-21 17:34:25 +01:00
parent 6d701d2fea
commit cac0352986
3 changed files with 1 additions and 9 deletions

View file

@ -117,7 +117,6 @@ nvm.install() {
info_msg "checkout ${NVM_VERSION_TAG}"
git checkout "${NVM_VERSION_TAG}" 2>&1 | prefix_stdout " ${_Yellow}||${_creset} "
popd &> /dev/null
cp "${REPO_ROOT}/.nvm_packages" "${NVM_DIR}/default-packages"
nvm.env
}