1.1.1 • Published 6 years ago

eslint-config-bubblelint v1.1.1

Weekly downloads
10
License
MIT
Repository
-
Last release
6 years ago

To use it, simply run npm install --save-dev eslint-config-bubblelint.

Now set it as your ESLint config within your project’s .eslintrc file. For example:

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

You can also omit the eslint-config- and it will be automatically assumed by ESLint:

{
    "extends": "bubblelint"
}