updating lint, format, and CI

This commit is contained in:
Luke Hagar
2025-03-19 23:18:04 -05:00
parent 32de48691f
commit 8cb6672e3b
9 changed files with 185 additions and 117 deletions

View File

@@ -19,8 +19,8 @@
"test:ci": "vitest run",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\""
"format": "prettier --write \"src/**/*.ts\" \"integration/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\" \"integration/**/*.ts\""
},
"keywords": [
"api",