Update CONTRIBUTING.md

This commit is contained in:
syuilo 2019-03-16 02:53:35 +09:00 committed by GitHub
parent 34e7c99283
commit efe530cb17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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