Skip to content
Snippets Groups Projects
Unverified Commit e6e339cc authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update CONTRIBUTING.md

parent 8ea124b9
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@
自分が実装するという意思表示をすることで、作業がバッティングするのを防ぎます。
## Tools
### eslint
このプロジェクトではコードのフォーマットチェック/整形に[eslint](https://eslint.org/)を導入しています。
CI上でも自動でチェックされ、ルールに則っていないコードがあるとエラーになります。
### Jest
このプロジェクトではテストフレームワークとして[Jest](https://jestjs.io/)を導入しています。
テストは[`/test`ディレクトリ](./test)に置かれます。
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment