By default, all files are named using the following pattern: name-type.extension
, example: input-section.jsx
.
All React components are creating using the jsx extension, using the default pattern.
Since the style is made using SCSS, all files are named using the component name followed by *.styles.scss
, example: input-section.styles.scss
Tests use the pattern component-name.test.js
.
Stories should be named using the component name followed by .stories.jsx: 'component-name.stories.jsx'