Billogram ESLint configurations
To install the stable version:
npm install --save eslint-config-billogram
This package inclues the following configurations:
billogram
(the default browser rules)billogram/react
(React/JSX rules)
Using the default configuration.
{
"extends": "billogram"
}
Using additional plugins.
{
"extends": ["billogram", "billogram/react"]
}
MIT © Billogram (billogram.com)