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

8select/eslint-config-8select-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published