eslint-config-billogram

5.2.0 • Public • Published

eslint-config-billogram

Billogram ESLint configurations

npm version

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 or billogram
  • 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)

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-billogram

Weekly Downloads

22

Version

5.2.0

License

MIT

Unpacked Size

16.8 kB

Total Files

12

Last publish

Collaborators

  • andreashogstrom
  • mrydengren