Skip to content

Commit c096031

Browse files
author
Christoph
committed
adds missing eslint dependencies
without these `npm run eslint` wouldn't pass locally
1 parent 35fcb9a commit c096031

File tree

2 files changed

+82
-80
lines changed

2 files changed

+82
-80
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,20 @@
4646
"@types/diff": "5.0.9",
4747
"@types/google-protobuf": "3.15.12",
4848
"@types/node": "20.10.5",
49-
"ts-node": "^10.7.0",
5049
"@types/progress": "2.0.7",
5150
"@typescript-eslint/eslint-plugin": "^7.18.0",
5251
"@typescript-eslint/parser": "^7.18.0",
5352
"diff": "^5.1.0",
5453
"eslint": "^8.57.0",
54+
"eslint-plugin-etc": "^2.0.3",
55+
"eslint-plugin-rxjs": "^5.0.3",
5556
"eslint-plugin-unicorn": "^55.0.0",
5657
"eslint-plugin-unused-imports": "^4.1.3",
5758
"pnpm": "8.12.1",
5859
"prettier": "3.3.2",
60+
"ts-node": "^10.7.0",
61+
"tsm": "^2.3.0",
5962
"typescript-eslint": "7.18.0",
60-
"uvu": "^0.5.6",
61-
"tsm": "^2.3.0"
63+
"uvu": "^0.5.6"
6264
}
6365
}

0 commit comments

Comments
 (0)