2.2.0 • Published 10 months ago

@telefonica/eslint-config v2.2.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 months ago

@telefonica/eslint-config

Config with common eslint rules for telefonica projects.

This config doesn't include any code formatting rule. Use @telefonica/prettier-config for that.

Install

yarn add --dev eslint @telefonica/eslint-config

or

npm install --dev eslint @telefonica/eslint-config

Setup

Create a .eslintrc.yml file in the root of your repo with:

extends:
  - '@telefonica/eslint-config'