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

eslint-config-esmanning

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-esmanning

JavaScript Manning Style - ESLint Shareable Config

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-50%
Maintainers
3
Weekly downloads
 
Created
Source

eslint-config-esmanning

ESLint Shareable Config for JavaScript Manning Style

latest version

Install

npm install eslint eslint-config-esmanning --save-dev
echo "{ \"extends\": [\"esmanning\"] }" > .eslintrc
npx npe scripts.test "eslint ."

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the JavaScript Manning Style shareable config, just add this to your .eslintrc file:

{
  "extends": "esmanning"
}

Note: eslint-config- prefix is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

eslint-config-esmanning also installs the following so you don't have to:

  • eslint-config-standard
  • eslint-config-standard-react
  • eslint-plugin-promise
  • eslint-plugin-react
  • eslint-plugin-standard

This may not be the way you want to do things in your own project. This is for the sake of convenience for ZHealth's projects (one declared dependency instead of seven).

License

MIT

Keywords

FAQs

Package last updated on 15 Mar 2023

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