2.1.0 • Published 2 years ago

@microsoft/eslint-config-fast-dna v2.1.0

Weekly downloads
620
License
MIT
Repository
github
Last release
2 years ago

@microsoft/fast-eslint-rules

Usage

Installation

Install the package:

npm install @microsoft/eslint-config-fast-dna

Configure your eslint config

Add fast-eslint-rules as an extension in your eslint config

{
    "extends": [
        "@microsoft/eslint-config-fast-dna",
        // Other rule sets (if any)
    ]
}

Please see configuring eslint for more details.