eslint-plugin-mirego
v1.0.0
Published
The linting rules used at Mirego
Downloads
1,669
Readme
eslint-plugin-mirego
The linting rules used at Mirego.
Installation
$ npm install -D eslint-plugin-mirego
Usage
If you don’t already have it installed, you’ll need babel-eslint
:
$ npm install -D babel-eslint
Modify your .eslintrc
file:
{
"plugins": ["mirego"],
"extends": [
"plugin:mirego/recommended"
],
"rules": {
"you-can-override": "rules here"
}
}
License
eslint-plugin-mirego
is © 2018 Mirego and may be freely distributed under the New BSD license.
See the LICENSE.md
file.
About Mirego
Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We're a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.
We also love open-source software and we try to give back to the community as much as we can.