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

@mcansh/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcansh/eslint-config

my usual eslint config

5.0.0
latest
Source
npm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-mcansh

Installation

$ yarn add -D @mcansh/eslint-config

then install the peerDependencies

$ npx install-peerdeps @mcansh/eslint-config --dev

followed by adding it to your eslint config

for react (javascript)

module.exports = {
  extends: ['@mcansh'],
};

for react (typescript)

module.exports = {
  extends: ['@mcansh/eslint-config/typescript'],
};

for everything else

module.exports = {
  extends: ['@mcansh/eslint-config/base'],
};

FAQs

Package last updated on 29 Mar 2022

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