eslint-config-billogram
v5.2.0
Published
Billogram's ESLint configurations
Downloads
29
Readme
eslint-config-billogram
Billogram ESLint configurations
Install
yarn --dev --exact eslint-config-billogramUsage
This package includes the following configurations:
billogram/config/babelbillogram/config/billogrambillogram/config/browserbillogram/config/commonorbillogrambillogram/config/filenamesbillogram/config/flowtypebillogram/config/importbillogram/config/nodebillogram/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)
