Skip to content

erikphansen/eslint-config-erikphansen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-erikphansen

Usage in projects

If you want to use this in your project, do the following:

  1. Run npx install-peerdeps -d eslint-config-erikphansen

    This installs everything eslint-config-erikphansen needs to work in your project.

  2. In your .eslintrc (or your preferred ESLint config method) add: "extends": "erikphansen"

    For example, a minimal .eslintrc would contain:

    {
      "extends": "erikphansen"
    }
  3. Then make overrides to the ESLint rules however you like!

  4. You'll also want to set up some Prettier rules in a .prettierrc config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published