Skip to content

Commit ee91e4a

Browse files
committed
chore: gitignore generated tool outputs and update dependencies
- add lizard-output.csv and cq-demo-app-005/coverage to .gitignore - update eslint and add eslint-sarif-formatter, ts-node deps in cq-demo-app-001 🧹 - Generated by Copilot
1 parent 2862ba9 commit ee91e4a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ htmlcov/
5555
test-results/
5656
TestResults/
5757

58+
# ── Tool outputs ──
59+
lizard-output.csv
60+
cq-demo-app-005/coverage
61+
5862
# ── Environment ──
5963
.env
6064
.env.local

cq-demo-app-001/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
20-
"@eslint/eslintrc": "^3.2.0",
20+
"@eslint/eslintrc": "^3.3.5",
21+
"@microsoft/eslint-formatter-sarif": "^3.1.0",
2122
"@testing-library/jest-dom": "^6.6.3",
2223
"@testing-library/react": "^16.1.0",
2324
"@types/jest": "^29.5.14",
@@ -31,6 +32,7 @@
3132
"jest": "^29.7.0",
3233
"jest-environment-jsdom": "^29.7.0",
3334
"ts-jest": "^29.2.5",
35+
"ts-node": "^10.9.2",
3436
"typescript": "^5.7.0"
3537
}
3638
}

0 commit comments

Comments
 (0)