Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-bbva

BBVAEngineering73MIT4.0.1

BBVA's ESLint config

eslint, eslintconfig, config, bbva, javascript

readme

eslint-config-bbva

npm version

Javascript rules for BBVA projects.

This rules are optimized for ECMAScript 2015 and eslint versions ^3.0.0.

Information

NPM

Usage

  • npm install --save-dev eslint-config-bbva eslint.
  • add "extends": "bbva" to your .eslintrc.js file in your project.

Versioning

We use SemVer for versioning.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.1 (2021-09-06)

Bug Fixes

  • turn off callback-return rule to avoid ember collision (c6e8567)

4.0.0 (2021-08-31)

Bug Fixes

  • change eslint peer range (0272e6b)
  • config: add external plugins declaration (976feb0)
  • package: add external dependencies (99f49da)
  • rule: enable "prefer-promise-reject-errors" as error (9261346)

Features

  • 🎸 correccion eslint warnings (bc4903e)
  • 🎸 nuevas reglas (da027b8)
  • 🎸 nuevas reglas de seguridad (96c281d)
  • add eslint-plugin-decorator-position to config (440fef1)
  • add rule exceptions for prettier (d99e0a4)
  • bump versions (5e39161)
  • empty-line-before-return: remove custom rule, update config (5f806a3)
  • eslint-config-bbva: fix incorrectly named rule (20ed015)

BREAKING CHANGES

  • removed a lot of style rules
  • dependencies

3.3.0 (2020-09-29)

Bug Fixes

  • change eslint peer range (0272e6b)

Features

  • add eslint-plugin-decorator-position to config (440fef1)

3.2.2 (2020-01-27)

Bug Fixes

  • config: add external plugins declaration (976feb0)

3.2.1 (2020-01-27)

Bug Fixes

  • package: add external dependencies (99f49da)

3.2.0 (2020-01-17)

Features

  • empty-line-before-return: remove custom rule, update config (5f806a3)
  • eslint-config-bbva: fix incorrectly named rule (20ed015)

3.1.0 (2019-12-24)

Features

  • 🎸 nuevas reglas de seguridad (96c281d)

3.0.0 (2019-11-25)

Bug Fixes

  • rule: enable "prefer-promise-reject-errors" as error (9261346)

Features

BREAKING CHANGES

  • dependencies

2.0.4 (2019-03-08)

Bug Fixes

  • rule: enable "prefer-promise-reject-errors" as error (67f8972)