eslint-config-vivy
v1.0.8
Published
A Vivy ESLint shareable config.
Downloads
5
Maintainers
Readme
eslint-config-vivy
A Vivy eslint configuration ready to be used in multiple projects.
Installation
npm install --save-dev eslint eslint-config-vivy
Usage
Once the eslint-config-vivy
package is installed, you can use it by specifying vivy
in the extends
section of your ESLint configuration.
{
"extends": "vivy",
"rules": {
// Additional, per-project rules...
}
}
Development
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Please clone the repo using git clone [email protected]:VivyTeam/javascript-linters.git
, then install the dependencies npm i
.
Now you are good to go in order to start developing.
Deployment
will add in separate PR as in this PR there is not deployment circle
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Vivy GmbH - Initial work - WebTeam
See also the list of contributors who participated in this project.
Acknowledgments
- Inspiration Airbnb