You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
commit前にprettierでformatするようにしましょう. npm run prettier-watch を実行しているとファイルの保存時に自動でformatしてくれます. npx run prettier --write src/**/*.jsを実行すると.jsがついたファイルすべてをformatしてくれます.