eslint-fv
v1.2.0
Published
My custom eslint-config, crafted with care and made accessible for all.
Downloads
55
Maintainers
Readme
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"]
}