Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 674 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 674 Bytes

eslint-config-8select-node

This is a proposal for a node ESLint config based on Standard for JavaScript code at 8select.

Installation

npm i -D eslint 8select/eslint-config-8select-node

Usage

Once you installed eslint-config-8select-node, you can use it by specifying 8select-node in the extends section of your ESLint configuration.

{
  "extends": "8select-node",
  "rules": {
    // Additional, per-project rules...
  }
}

License

MIT © 8select Software GmbH