@movable/generator-lint-config
Version:
Yeoman generator to set up the Movable Ink linter config
14 lines (8 loc) • 473 B
Markdown
# `@movable/lint-config`
This [Yeoman](https://yeoman.io) generator automates the process of configuring different linter configurations witihn your project.
## Usage
You can run the generator through `npx` by running the following:
```bash
npx -p yo -p @movable/generator-lint-config -- yo @movable/lint-config
```
You will be asked a few questions about your project, and once answered, the any dependencies and required configuration will be taken care of for you.