2.0.0 • Published 4 years ago

@cmsgov/eslint-config-design-system v2.0.0

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

A sharable eslint config object that enforces the design system's JS rules

Installation

npm install @cmsgov/eslint-config-design-system eslint-config-nava eslint --save-dev

Usage

Once installed, you can use it by specifying @cmsgov/eslint-config-design-system in the extends section of your ESLint configuration.

{
  extends: "@cmsgov/eslint-config-design-system",
  rules: {
    // Additional, per-project rules...
  }
}