Skip to content

Commit a1831d4

Browse files
committed
#21: Fix CI: Install eslint-formatter-junit for ESLint reports
ESLint removed the junit formatter from core. Install it as a separate package to fix CI test:report command.
1 parent b531602 commit a1831d4

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"coveralls": "^3.1.1",
7070
"cross-env": "^7.0.3",
7171
"eslint": "^9.39.2",
72+
"eslint-formatter-junit": "^9.0.1",
7273
"eslint-plugin-only-warn": "^1.1.0",
7374
"firebase-admin": "^11.11.0",
7475
"firebase-tools": "^15.0.0",

0 commit comments

Comments
 (0)