eslint-config-bis

2.0.0 • Public • Published

BIS ESLint Config

Install

npm install --save-dev eslint-config-bis

Usage

For ES5 environments, use the "bis" config. For newer environments, use the "bis/es6" config.

Add this to your .eslintrc file:

{
  "extends": "bis" // or "bis/es6"
}

The eslint-config- prefix is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file. It is up to the individual project to set appropriate ESLint environments (e.g. node, browser, etc) and parser settings (e.g. ecmaVersion).

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-bis

Weekly Downloads

5

Version

2.0.0

License

ISC

Unpacked Size

5.47 kB

Total Files

6

Last publish

Collaborators

  • dylankerr-bis
  • sysadmin-bis