Update CONTRIBUTING.md

This commit is contained in:
Isaac 2021-03-02 18:53:32 +00:00
parent be37c7b0ed
commit ea8caaa149

View File

@ -67,6 +67,7 @@ Any code changes should be accompanied by any necessary documentation changes.
You should install the ESLint extension in your editor help you follow the code style. You should install the ESLint extension in your editor help you follow the code style.
- Use single quotes - Use single quotes
- Classes should be named in PascalCase
- Functions should be named in camelCase - Functions should be named in camelCase
- Variables and constants should be named in snake_case - Variables and constants should be named in snake_case