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