Utility that auto-generates ESLint todo-lists for an existing code base.
npm install --save-dev eslint-takeoff
yarn add -D eslint-takeoff
Run from project root with an .eslintrc.yml
file:
npx eslint-takeoff
yarn eslint-takeoff
Accepts the following options:
Option | Name |
---|---|
-o, -off | Creates the todo list with rules set to off instead of warn . |
Currently compatible with projects with rules configured in .eslintrc.yml
only.
Yarn is required, as is Node 8+:
- Yarn 1.5.2
- Node 8.9.4+
- Typescript 2.6+