Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aturkii committed Mar 9, 2024
1 parent 2f84e89 commit 0297393
Show file tree
Hide file tree
Showing 101 changed files with 5,010 additions and 67 deletions.
19 changes: 19 additions & 0 deletions generate-react-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"usesTypeScript": false,
"usesCssModule": true,
"cssPreprocessor": "css",
"usesStyledComponents": false,
"testLibrary": "None",
"component": {
"default": {
"customTemplates": {
"component": "templates/TemplateName.jsx"
},
"path": "src/components",
"withStyle": true,
"withTest": false,
"withStory": false,
"withLazy": false
}
}
}
Loading

0 comments on commit 0297393

Please sign in to comment.