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