@microsoft/eslint-config-fast-dna
v2.1.0
Published
eslint rules for FAST projects
Downloads
789
Readme
@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.