chore: eslint&format check on workflow (#253)

This commit is contained in:
kimatata
2025-07-26 14:31:01 +09:00
committed by GitHub
parent 9ae67fd303
commit ffd5af8e5c
3 changed files with 10 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"format:check": "prettier --check frontend/**/*.{js,ts,jsx,tsx,json} backend/**/*.{js,ts,json}",
"format": "prettier --write frontend/**/*.{js,ts,jsx,tsx,json} backend/**/*.{js,ts,json}",
"test": "vitest",
"coverage": "vitest run --coverage",