Fix names in CONTRIBUTING.md

This commit is contained in:
Louis Lam
2022-06-17 15:07:55 +08:00
committed by GitHub
parent 7533041696
commit bcd616a4d0

View File

@@ -86,8 +86,8 @@ I personally do not like something need to learn so much and need to config so m
## Name convention
- Javascript/Typescript: camelCaseType
- SQLite: underscore_type
- CSS/SCSS: dash-type
- SQLite: snake_case (Underscore)
- CSS/SCSS: kebab-case (Dash)
## Tools