1.0.2 • Published 3 years ago
@eightyfourjs/eslint-plugin-fast-experiences v1.0.2
eslint-plugin-fast-experiences
Custom rules used within People Experiences
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-fast-experiences:
npm install eslint-plugin-fast-experiences --save-devUsage
Add fast-experiences to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"fast-experiences"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"fast-experiences/rule-name": 2
}
}Supported Rules
- Fill in provided rules here