これで commit 前に hook されて npm test が実行されれます husky https://github.com/typicode/husky おすすめのコマンド eslint or tslint 開発の規約などを定義して 満たしているかの確認をします --fix までして問題ないと思います https://eslint.org/ https://palantir.github.io/tslint/ jest テストを書いて自動実行 https://jestjs.io/ja/ prettier コードのフォーマットです eslint と一緒に実行するのがベターです https://prettier.io git secrets 秘密の情報を間違えて流出させないように!! https://github.com/awslabs/git-secrets 詳細はこちらを御覧くださ

