Skip to content

Commit af38d01

Browse files
authored
Merge pull request #386 from anshckr/update_example_codemods
add fix-js npm package in the examples
2 parents 2a97ca5 + a045800 commit af38d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ You can collect even more stats via the `stats` function as explained above.
202202

203203
### Parser
204204

205-
The transform file can let jscodeshift know with which parser to parse the source
206-
files (and features like templates).
205+
The transform file can let jscodeshift know with which parser to parse the source files (and features like templates).
207206

208207
To do that, the transform module can export `parser`, which can either be one
209208
of the strings `"babel"`, `"babylon"`, `"flow"`, `"ts"`, or `"tsx"`,
@@ -530,6 +529,7 @@ defineInlineTest(transform, /* ... */)
530529
- [react-codemod](https://github.com/reactjs/react-codemod) - React codemod scripts to update React APIs.
531530
- [js-codemod](https://github.com/cpojer/js-codemod/) - Codemod scripts to transform code to next generation JS.
532531
- [js-transforms](https://github.com/jhgg/js-transforms) - Some documented codemod experiments to help you learn.
532+
- [fix-js](https://github.com/anshckr/fix-js) - Codemods to fix some ESLint issues
533533

534534
### Local Documentation Server
535535

0 commit comments

Comments
 (0)