1.2.0 • Published 3 years ago

eslint-config-goes v1.2.0

Weekly downloads
48
License
MIT
Repository
github
Last release
3 years ago

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)

1.2.0

3 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago