eslint-config-forgerock
v1.0.0
Published
A shared ESLint configuration file for ForgeRock projects
Downloads
302
Readme
ForgeRock shared rules for ESLint
This project contains the shared ESLint rules used by JavaScript projects within ForgeRock.
Usage
Install the package via NPM:
$ npm install eslint-config-forgerock
Then extend it in your .eslintrc
file:
{
"extends": "eslint-config-forgerock",
...
}
Contributing
Please fork and submit a pull request.