New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tangany/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tangany/eslint-config

Tangany's sharable ESLint config

  • 0.2.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
242
decreased by-27.76%
Maintainers
1
Weekly downloads
 
Created
Source
Tangany

Tangany ESLint Config


Shareable config that is designed to work with the extends feature of .eslintrc files. Install the npm module via npm install @tangany/eslint-config@latest and add it as a dependency to your .eslintrc:

{
    "extends": "@tangany"
}

Plugins

Since ESLint does not support installing plugins as devDependencies (ongoing Github issue #3458), all required plugins have to be installed manually in order to use this shareable eslint config in a project.

Install all required plugins with this command:

npm i -D babel-eslint eslint-config-standard eslint-plugin-import eslint-plugin-no-use-extend-native eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-plugin-unicorn

FAQs

Package last updated on 07 Jan 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc