eslint-config-vit

1.0.6 • Public • Published

Vitaliy's ESLint Config

Sharable code style, overrides AirBnB code style guide with my preferences.

Install

npm i --save-dev eslint-config-vit

Usage

Add to your ESLint config, according to environment

Browser:

{
  "extends": "vit/browser"
}

Browser ESNext:

{
  "extends": "vit/browserNext"
}

Node:

{
  "extends": "vit/node"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    2
    • latest

Version History

Package Sidebar

Install

npm i eslint-config-vit

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

1.78 kB

Total Files

6

Last publish

Collaborators

  • vitaliyr