1.0.0 • Published 4 years ago
eslint-config-erikphansen v1.0.0
eslint-config-erikphansen
Usage in projects
If you want to use this in your project, do the following:
Run
npx install-peerdeps -d eslint-config-erikphansenThis installs everything
eslint-config-erikphansenneeds to work in your project.In your
.eslintrc(or your preferred ESLint config method) add:"extends": "erikphansen"For example, a minimal
.eslintrcwould contain:{ "extends": "erikphansen" }Then make overrides to the ESLint rules however you like!
You'll also want to set up some Prettier rules in a .prettierrc config.