mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-22 09:26:05 +03:00
Fix names in CONTRIBUTING.md
This commit is contained in:
parent
7533041696
commit
bcd616a4d0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue