https://github.com/movableink/lint-config
Shared lint configuration for Movable Ink
https://github.com/movableink/lint-config
eslint-config linting prettier-config yeoman-generator
Last synced: 6 months ago
JSON representation
Shared lint configuration for Movable Ink
- Host: GitHub
- URL: https://github.com/movableink/lint-config
- Owner: movableink
- Created: 2019-12-18T19:40:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T17:59:33.000Z (about 1 year ago)
- Last Synced: 2024-11-28T03:33:10.299Z (7 months ago)
- Topics: eslint-config, linting, prettier-config, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 5.06 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# lint-config

> Shared linter configuration for Movable Ink
This repo contains shared configuration files for various static analysis tools. See the linked documentation below for more information on each.
- [ESLint](./eslint/base/README.md)
- [Prettier](./prettier-config/README.md)It also provides a [Yeoman generator](./generator-lint-config/README.md) that can be used to configure the above tools for you.
## Recommended Setup
The quickest and easiest way to configure your project with one of these configurations is to run the following:
```bash
yarn create @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.