This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

eslint-config-goes

1.2.0 • Public • Published

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)

Package Sidebar

Install

npm i eslint-config-goes

Weekly Downloads

9

Version

1.2.0

License

MIT

Unpacked Size

6.46 kB

Total Files

8

Last publish

Collaborators

  • dongnd