@telefonica/eslint-config
v2.2.0
Published
eslint rules for telefonica projects
Downloads
1,632
Readme
@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'