Skip to content

Commit

Permalink
Merge pull request #71 from king8fisher/validate-json-files
Browse files Browse the repository at this point in the history
test: validate json files
  • Loading branch information
king8fisher authored Nov 2, 2023
2 parents 621933f + 8cfae7c commit 4278194
Show file tree
Hide file tree
Showing 14 changed files with 1,208 additions and 8 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "vite build",
"format": "prettier -w .",
"fmt": "pnpm format",
"test": "echo \"Debug: no test implemented.\"",
"test": "vitest run",
"lint": "echo '##### LINTING TYPESCRIPT FILES ######' && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "echo '##### FIXING LINT IN TYPESCRIPT FILES ######' && eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand All @@ -36,8 +36,11 @@
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"ts-to-zod": "^3.2.0",
"typescript": "5.1.6",
"vite": "^4.5.0",
"vite-plugin-static-copy": "^0.17.0"
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.34.6",
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 4278194

Please sign in to comment.