/eslint-config-billogram

Billogram ESLint configurations

Primary LanguageJavaScriptMIT LicenseMIT

eslint-config-billogram

Billogram ESLint configurations

npm version

Install

To install the stable version:

npm install --save eslint-config-billogram

Usage

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"]
}

License

MIT © Billogram (billogram.com)