We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54b635 commit 349302cCopy full SHA for 349302c
readme.md
@@ -37,7 +37,7 @@ jscodeshift -t codemods/transforms/default-props.js <path>
37
38
* Use `ReactUtils` module from `react-codemod` package instead of copy-pasting
39
* Extract reusable util method from `default-props.js` module
40
-* Support modules with multiple components and multiple propTypes definitions (common/InputOrStatic)
+* Support modules with multiple components and multiple propTypes definitions
41
* Support functional components with HOCs / non arrow function declaration (componentName undefined)
42
* Support modules with existing but incomplet defaultProps ?
43
* Add trailing commas at end of lines (with option do deactivate ?) https://eslint.org/docs/rules/comma-dangle
0 commit comments