0.3.1 • Published 2 years ago

@guivic/eslint-config-guivic v0.3.1

Weekly downloads
141
License
MIT
Repository
github
Last release
2 years ago

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.