0.0.2 • Published 5 years ago

eslint-config-rishikc v0.0.2

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

Quick setup for ESLint and Prettier.

Usage

  1. Install eslint-config-rishikc as dev dependency
npx install-peerdeps --dev eslint-config-rishikc
  1. Edit .eslintrc to contain this :
{
  "extends": [
    "rishikc"
  ]
}

Done. :tada:

To change any configuration that was set by this config, simply write the rule as you would in your eslintrc file and it will be overridden.