Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 903 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 903 Bytes

eslint-config-scimall

ESLint shareable config for the SciMall JavaScript style guide

Installation

$ npm install --save-dev eslint eslint-config-scimall

Usage

Our default export contains all of our ESLint rules. once the eslint-config-scimall package is installed, you can use it by specifying scimall in the extends section of your ESLint configuration.

{
  "extends": "eslint-config-scimall",
  "rules": {
    // Additional, per-project rules...
  }
}

Reference

License

MIT