Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 558 Bytes

An ESLint configuration for Javascript and Vue files, following the Goodbyte Styleguide.

For more information, the rational behind the rules, or to contribute, see the project on Github. Report any problems, or requests, to Issues.

Installation

Install the latest version of the config:

npm install eslint-config-goodbyte-styleguide --save-dev

Then, add it to your .eslintrc file:

{
    "extends": [ "goodbyte-styleguide" ]
}