Skip to content

Commit

Permalink
scriptsに型チェックのコマンドを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 committed Dec 12, 2023
1 parent d01ffa5 commit a91304e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"format": "prettier --write './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'",
"format:check": "prettier --check './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'",
"lint": "eslint './src/**/*.ts' --ignore-path '.gitignore'",
"lint:fix": "eslint --fix './src/**/*.ts' --ignore-path '.gitignore'"
"lint:fix": "eslint --fix './src/**/*.ts' --ignore-path '.gitignore'",
"check-type": "tsc --noEmit"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit a91304e

Please sign in to comment.