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