# codemods **Repository Path**: mirrors_eslint/codemods ## Basic Information - **Project Name**: codemods - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Official ESLint codemods to help users adopt new features and handle breaking changes with ease. Community contributions are welcome and appreciated! Check open issues for codemods to build, or open a new one if something’s missing. See the [contribution guide](./CONTRIBUTING.md) for details. ## Running codemods > [!CAUTION] > Codemods modify code! Run them only on Git-tracked files, and commit or stash changes first. ### From the registry Recommended for the best UX. This downloads the package from the [Registry](https://app.codemod.com/registry). ```bash npx codemod@latest ``` For example: ```bash npx codemod@latest @eslint/v8-to-v9-config ``` ### From source ```bash npx codemod workflow run -w ./codemods/v9/config-file/workflow.yaml ``` > [!NOTE] > By default, codemods run in the current folder. Add `-t /target/path` to change it. See the [Codemod docs](https://go.codemod.com/cli-docs) for all CLI commands and options. ## License MIT