1.0.0 • Published 8 years ago
eslint-config-forgerock v1.0.0
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.