@foreverholdings/eslint-config
v2.1.0
Published
Common ESLint config for Forever Project"
Downloads
4
Keywords
Readme
eslint-config
This is the ESLint configuration for the Forever codebase(s), it is published to the GitHub private npm registry as @foreverholdings/eslint-config
To use this, add it as a dependency of your project and then it's as simple as creating an .eslintrc
file with the following contents:
{
"extends": "@foreverholdings/eslint-config"
}