0.0.9 • Published 5 years ago

eslint-config-kunalnagar v0.0.9

Weekly downloads
9
License
MIT
Repository
-
Last release
5 years ago

⚛️ eslint-config-kunalnagar

CircleCI npm

An ESLint shareable config that lints React projects with the following configuration:

  • ESLint
  • Prettier
  • React
  • TypeScript

🛠 Installation

Step 1

Add the package to your devDependencies:

$ npm install eslint-config-kunalnagar --save-dev

Step 2

Install the peerDependencies using:

npx install-peerdeps eslint-config-kunalnagar --dev

💻 Usage

Add it to the extends section of your .eslintrc configuration file.

{
  "extends": ["eslint-config-kunalnagar"]
}

💼 Optional

If you want you can configure/override rules as well:

{
  .
  ...
  ....
  "overrides": {
    "override-rule-name": "override-rule-option"
  },
  "rules": {
    "rule-name": "rule-option"
  }
}

👨‍💻 Support

Please create a new issue here.