eslint-config-goes

ESLint shareable config with Google JS style and ESLint recommended rules

Usage no npm install needed!

<script type="module">
  import eslintConfigGoes from 'https://cdn.skypack.dev/eslint-config-goes';
</script>

README

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)