Update CONTRIBUTING.md

This commit is contained in:
syuilo
2019-03-16 02:53:35 +09:00
committed by GitHub
parent 34e7c99283
commit efe530cb17

View File

@ -46,6 +46,9 @@ Convert な(na) to にゃ(nya)
Revert Nyaize
## Code style
### Use semicolon
To avoid ASI Hazard
### Don't use `export default`
Bad:
``` ts