Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

nddbk/eslint-config-goes

Repository files navigation

eslint-config-goes

Google's JavaScript style mixed with ESLint recommended rules

NPM CI test Coverage Status Quality Gate Status

Usage

In order to use this shareable config you have to install the package "eslint-config-goes" into your project:

npm i -D eslint-config-goes

Then, create ESLint config file named ".eslintrc.json" (or edit if it exists). The content is short as below:

.eslintrc.json

{
  "extends": "eslint-config-goes"
}

That's all. It will works.

References:

License

The MIT License (MIT)

About

Google's JavaScript style mixed with ESLint recommended rules

Resources

License

Stars

Watchers

Forks

Packages

No packages published