1.1.1 • Published 8 years ago
eslint-config-bubblelint v1.1.1
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"
}