0.0.6 • Published 5 years ago

eslint-config-scimall v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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