Skip to content

Commit ece286f

Browse files
committed
docs(readme): update configuration options paragraph
1 parent 7a581e7 commit ece286f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ If no config file found it will fallback to a default configuration.
8888
| styles | string | scss | Stylesheet format |
8989
| typescript | boolean | false | Generate typescript files |
9090
| jsxExt | boolean | true | Use `jsx` extension for components |
91+
| newJsx | boolean | false | Remove react from scope (use new JSX transform) |
9192
| fileNameCase | came,<br/> pascal,<br/> snake,<br/> snakeUpper,<br/> kebab | pascal | File name case for generated files<br/> (default: `MyComponent.jsx`) |
9293
| path | string | src/components | Path to generate files
9394
| wrapFolder | boolean | true | Create a wrap folder for generated files |

0 commit comments

Comments
 (0)