There was an error while loading. Please reload this page.
1 parent 1e8a338 commit 8eb0719Copy full SHA for 8eb0719
code_style.md
@@ -34,7 +34,7 @@ General Style
34
- UpperCamelCase for class and type names
35
- lowerCamelCase for functions and variables.
36
- Single line ternary operators are fine.
37
-- UPPER_CAMEL_CASE for constants
+- UPPER_SNAKE_CASE for constants
38
- Single quotes for strings by default, for consistency with most JavaScript styles:
39
40
```javascript
0 commit comments