diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-21 17:34:25 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-01-23 08:00:39 +0100 |
| commit | cac03529860e0fd19585b35a66f5de4f0ea0559d (patch) | |
| tree | 2669f317a77b371326711212ee824eaae862ce4f /.nvm_packages | |
| parent | 6d701d2fea07198807351c7c4856001c0f1ebffb (diff) | |
[mod] remove .nvm_packages, add eslint to package.json
Diffstat (limited to '.nvm_packages')
| -rw-r--r-- | .nvm_packages | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.nvm_packages b/.nvm_packages deleted file mode 100644 index 13eabc5c2..000000000 --- a/.nvm_packages +++ /dev/null @@ -1,8 +0,0 @@ -# -*- 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 - |