@parsleyhealth/eslint-config-cephalopod
v1.0.0
Published
Parsley Health Cephalopod eslint configuration
Downloads
6
Readme
🦑 cephalopod eslint config
eslint config used by the cephalo-pod
install in your project
yarn add -D @parsleyhealth/eslint-config-cephalopod
in your eslintrc
file:
{
"extends": [
"@parsleyhealth/eslint-config-cephalopod"
]
}