eslint-config-bbva
Version:
BBVA's ESLint config
29 lines (15 loc) • 901 B
Markdown
# eslint-config-bbva
[](https://badge.fury.io/js/eslint-config-bbva)
Javascript rules for BBVA projects.
This rules are optimized for [ECMAScript 2015](http://www.ecma-international.org/ecma-262/6.0/) and eslint versions ^3.0.0.
## Information
[](https://nodei.co/npm/eslint-config-bbva/)
### Usage
- `npm install --save-dev eslint-config-bbva eslint`.
- add `"extends": "bbva"` to your .eslintrc.js file in your project.
## Versioning
We use [SemVer](http://semver.org/) for versioning.
## Authors
See the list of [contributors](https://github.com/BBVAEngineering/javascript/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details