add pyright to the project (#1367)

* add pyright to project + bump prettier to latest

* reformat to match the latest prettier rules
This commit is contained in:
Pavol Rusnak
2023-01-23 10:29:17 +01:00
committed by GitHub
parent 9693e5932b
commit a089188664
14 changed files with 82 additions and 49 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"devDependencies": {
"prettier": "2.1.1"
"prettier": "2.8.3",
"pyright": "1.1.289"
}
}