0.0.4 • Published 2 years ago

eslint-config-goodbyte-styleguide-typescript v0.0.4

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

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-typescript --save-dev

Then, add it to your .eslintrc file:

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