1.2.0 • Published 3 years ago
eslint-fv v1.2.0
Eslint Config
Install
npm install eslint-fvAfterwards, you should create a configuration file .eslintrc.json in the root of the project and copy the following code:
{
"extends": ["./node_modules/eslint-fv/eslintrc.json"]
}