@guivic/eslint-config-guivic
v0.3.1
Published
Offical Guivic javascript norm that extends the Airbnb style.
Downloads
24
Readme
eslint-config-guivic
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.