ESLint and Codemods
- AST Explorer: Playground for generating AST for the provided code
- Nodes Documentation: Documentation for the various nodes in the AST.
Codemods
- jscodeshift Documentation: This is the jscodeshift documentation, but this seems to be incomplete as of now.
- jscodeshift API documentation: This documentation consists of the list of APIs supported by jscodeshift.
- AST types documentation: jscodeshift internally uses this package. The utilities provided by this package can be used while writing codemods.