Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ffa0e086 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 5681c713
No related branches found
No related tags found
1 merge request!89Resolve "improve code readability"
Pipeline #8968 passed
...@@ -72,11 +72,9 @@ More details on Project structure: ...@@ -72,11 +72,9 @@ More details on Project structure:
## Naming conventions ## Naming conventions
* *Page* files must be named using kebab case, all lower cases (e.g `Hello world page` = `hello-world-page`) - *Components* files and folders must be named using camel case (e.g `Hello world component` = `HelloWorldComponent`)
- *Page* files must be named using kebab case, all lower cases (e.g `Hello world page` = `hello-world-page`)
* *Components* files and folders must be named using camel case (e.g `Hello world component` = `HelloWorldComponent`) - *Style classes* must be name using kebab case as well, all lower cases (e.g `Hello world title` = `hello-world-title`)
* *Style classes* must be name using kebab case as well, all lower cases (e.g `Hello world title` = `hello-world-title`)
## Image organisation ## Image organisation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment