1.0.0 • Published 4 years ago

@parsleyhealth/eslint-config-cephalopod v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

🦑 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"
  ]
}