We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b905a commit 24f1380Copy full SHA for 24f1380
README.md
@@ -224,7 +224,7 @@ created to house a collection of items in plural form and using camelCase (eg: p
224
Files should be named after the component/function/constants they export, respecting the casing used for it. ie:
225
226
- If you export a constant named `CONST` it's file/directory should be named the `CONST`.
227
-- If you export a component named `Text` the file/directory should be named `Text`
+- If you export a component named `Text` the file/directory should be named `Text`.
228
- If you export a function named `guid` the file/directory should be named `guid`.
229
- For files that are utilities that export several functions/classes use the UpperCamelCase version ie: `DateUtils`.
230
- HOCs should be named in camelCase like withOnyx.
0 commit comments