1.0.11 • Published 6 years ago

eslint-config-chrisby v1.0.11

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Setup

  1. run yarn add eslint-config-chrisby

  2. Install the correct versions of each package, which are listed by the command:

    npm info "eslint-config-chrisby@latest" peerDependencies

  3. Add the following to your .eslintrc depending on your platform

    {
      "extends": "chrisby/native"
    }
    {
      "extends": "chrisby/browser"
    }
    {
      "extends": "chrisby/node"
    }

As soon as you add a prettier.rc you'll overwrite the prettier-config, even if your file is empty,