2.0.0 • Published 5 years ago

eslint-config-miovision v2.0.0

Weekly downloads
429
License
MIT
Repository
github
Last release
5 years ago

eslint-config-miovision

GitHub Actions

ESLint shareable config for the Miovision JavaScript style guide

Installation

yarn add eslint eslint-config-miovision --dev

Usage

After the eslint-config-miovision package is installed, you can use it by specifying miovision in the extends section of your ESLint configuration

extends:
  - miovision
rules:
  # additional, per-project rules...

License

The content of this project under the MIT license.