summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-24 08:02:00 +0100
committerGitHub <noreply@github.com>2022-01-24 08:02:00 +0100
commit1f15d50aace578a63433a2b60c18ceb73dfa6230 (patch)
tree08c1d2c49fbc9354322932e8d5d4bee8140b4bba /package.json
parent61853aa0fbcd2573f50e9c092f61cde1ad71492a (diff)
parent309147d86f08f69ce1467aa4d25d3d6a56b2bc46 (diff)
Merge pull request #783 from not-my-profile/pyrightconfig.json
[enh] add pyrightconfig.json and integrate pyright into CI
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..e65e0585d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,6 @@
+{
+ "dependencies": {
+ "eslint": "^8.7.0",
+ "pyright": "^1.1.212"
+ }
+}