Skip to content

Commit

Permalink
add TypeScript check script and ESLint SARIF formatter to devDependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
yousiki committed Jan 17, 2025
1 parent 63b8602 commit d4ce100
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"check": "tsc -noEmit",
"lint": "eslint --format 'table' .",
"lint:fix": "eslint --format 'table' --fix .",
"prepare": "husky",
Expand All @@ -14,6 +15,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250109.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-formatter-table": "^7.32.1",
Expand Down
Loading

0 comments on commit d4ce100

Please sign in to comment.