mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
updating lint, format, and CI
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user