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 /package.json | |
parent | 6d701d2fea07198807351c7c4856001c0f1ebffb (diff) | |
download | searxng-cac03529860e0fd19585b35a66f5de4f0ea0559d.tar.gz searxng-cac03529860e0fd19585b35a66f5de4f0ea0559d.zip |
[mod] remove .nvm_packages, add eslint to package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 187d17a4b..e65e0585d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "dependencies": { + "eslint": "^8.7.0", "pyright": "^1.1.212" } } |