@blargbot/eslint-config-blargbot
v1.0.1
Published
eslint config for blargbot
Downloads
2
Readme
eslint-config-blargbot
An eslint configuration for blargbot.
Installation
$ npm install --dev @blargbot/eslint-config-blargbot
$ yarn add -D @blargbot/eslint-config-blargbot
Usage
module.exports = {
extends: [
'@blargbot/eslint-config-blargbot'
]
}