eslint-config-keepfy
v7.0.1
Published
Default coding style for keepfy react+ts projects
Keywords
Readme
Keepfy ESLint config
To use it, just install with:
yarn add --dev eslint-config-keepfyThen extend the rules in your .eslintrc.json file:
{
"extends": "keepfy"
}