Skip to content

Commit

Permalink
Dummy change to test CP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag96 committed Nov 20, 2021
1 parent c7a8b1a commit a9b2abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ created to house a collection of items in plural form and using camelCase (eg: p
Files should be named after the component/function/constants they export, respecting the casing used for it. ie:

- If you export a constant named `CONST` it's file/directory should be named the `CONST`.
- 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`.
- If you export a function named `guid` the file/directory should be named `guid`.
- For files that are utilities that export several functions/classes use the UpperCamelCase version ie: `DateUtils`.
- HOCs should be named in camelCase like withOnyx.
Expand Down

0 comments on commit a9b2abc

Please sign in to comment.