Detalhes do pacote

@guivic/eslint-config-guivic

guivic60MIT0.3.1

Offical Guivic javascript norm that extends the Airbnb style.

guivic, estlint-config, estlint-config-guivic, guivic-eslint-config

readme (leia-me)

eslint-config-guivic

dependencies status dev-dependencies status Build Status npm version

Offical Guivic javascript norm that extends the Airbnb style.

Install

With npm

npm install --save-dev eslint eslint-config-guivic

With yarn

yarn add --dev eslint eslint-config-guivic

Usage

Add this to your .eslintrc:

{
  "extends": "eslint-config-guivic"
}

The official documentation. The Airbnb's ESLint configuration.