eslint-config-miovision
v2.0.0
Published
ESLint shareable config for the Miovision style
Downloads
236
Readme
eslint-config-miovision
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.