🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@kunalnagarco/eslint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
u

@kunalnagarco/eslint-config

An ESLint configuration for use across javascript projects

0.1.10
Version published
Weekly downloads
30
50%
Maintainers
1
Weekly downloads
 
Created
Issues
8

⚛️ @kunalnagarco/eslint-config

CircleCI npm

An ESLint shareable config that extends eslint-config-airbnb with a few custom options.

🛠 Install

Step 1

Add the package to your devDependencies:

$ npm install @kunalnagarco/eslint-config --save-dev

Step 2

Install the peerDependencies using:

npx install-peerdeps @kunalnagarco/eslint-config --dev

💻 Usage

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

{
  "extends": ["@kunalnagarco"]
}

💼 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

FAQs

Package last updated on 11 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts