Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cac03529 authored by Martin Fischer's avatar Martin Fischer
Browse files

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

parent 6d701d2f
Loading
Loading
Loading
Loading

.nvm_packages

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
# -*- coding: utf-8; mode: conf-unix -*-
#
# Developement tools pre-installed in NVM's node installation [1]
#
# [1] https://github.com/nvm-sh/nvm#default-global-packages-from-file-while-installing

eslint
+1 −0
Original line number Diff line number Diff line
{
  "dependencies": {
    "eslint": "^8.7.0",
    "pyright": "^1.1.212"
  }
}
+0 −1
Original line number Diff line number Diff line
@@ -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
}