Skip to content

Latest commit

 

History

History

eslint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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" ]
}