eslint-config-billogram
v5.2.0
Published
Billogram's ESLint configurations
Downloads
12
Readme
eslint-config-billogram
Billogram ESLint configurations
Install
yarn --dev --exact eslint-config-billogram
Usage
This package includes the following configurations:
billogram/config/babel
billogram/config/billogram
billogram/config/browser
billogram/config/common
orbillogram
billogram/config/filenames
billogram/config/flowtype
billogram/config/import
billogram/config/node
billogram/config/react
Configuring a flowtype project:
{
"extends": [
"billogram/config/babel",
"billogram/config/browser",
"billogram/config/billogram",
"billogram/config/filenames",
"billogram/config/flowtype",
"billogram/config/import",
"billogram/config/react"
]
}
Note
This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.
License
MIT © Billogram (billogram.com)