We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c843f31 commit c11c819Copy full SHA for c11c819
1 file changed
js/red-javascript-style-guide/readme.md
@@ -552,9 +552,9 @@ Camel case for regular variables and file names. No spaces.
552
553
Optionally Pascal case for creator/constructors.
554
555
-Optionally all caps with underscores for top level constants that do not change across versions and runs.
+Optionally MACRO_CASE (all caps with underscores) for top level constants that do not change across versions and runs.
556
557
-Package/module names and script names with lowercase with dashes. No dots.
+Package/module names and script names with Kebab case (lowercase with dashes). No dots.
558
559
Default imports use the same letters as the package name.
560
0 commit comments