summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-21 17:34:25 +0100
committerMartin Fischer <martin@push-f.com>2022-01-23 08:00:39 +0100
commitcac03529860e0fd19585b35a66f5de4f0ea0559d (patch)
tree2669f317a77b371326711212ee824eaae862ce4f /package.json
parent6d701d2fea07198807351c7c4856001c0f1ebffb (diff)
[mod] remove .nvm_packages, add eslint to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 187d17a4..e65e0585 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "eslint": "^8.7.0",
"pyright": "^1.1.212"
}
}