Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishprimate authored Jul 21, 2021
1 parent 020edb0 commit 5352cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please examine the code and match the style with the code you write (**Prettier*

* Use two spaces indentation (no tabs).
* Use `@charset "UTF-8";` line in every Sass related files to avoid any potential issues with character encoding.
* Use **camelCase** naming convention for function names only and start with two underscore characters (e.g. `__remify`).
* Use **camelCase** naming convention for function names only and start with two underscore characters (e.g. `__newFunction {}`).
* Use **kebab-case** naming convention for the rest of the code.
* Use `map-for-`prefix for the map names (e.g. `$map-for-directions`).
* Use `list-of-` prefix for the list names (e.g. `$list-of-colors`).
Expand Down

0 comments on commit 5352cb6

Please sign in to comment.