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

@leadhome/eslint-config

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leadhome/eslint-config

A shareable ESLint configuration

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

eslint-config-leadhome

A shareable configuration package for eslint.

Installation

To use this config, install @leadhome/eslint-config as a development dependency of your project:

npm install @leadhome/eslint-config --save-dev

Next, add this configuration to your package.json:

{
    "eslintConfig": {
        "extends": "@leadhome/eslint-config"
    },
    "prettier": "@leadhome/eslint-config/.prettierrc.json"
}

Or add a .eslintrc file to your project root containing:

{
    "extends": "@leadhome/eslint-config"
}

Then, add the following to your package.json:

{
  "prettier": "@leadhome/eslint-config/.prettierrc.json"
}

License

@leadhome/eslint-config is © 2020 Leadhome Pty Ltd. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Maintained by

logo

@leadhome/eslint-config was created and is maintained by Leadhome Pty Ltd.
The names and logos for Leadhome are trademarks of Leadhome Pty Ltd.

PS - If you're looking for a great company to work for, we're hiring! Head over to our careers page to find out more and apply.

Keywords

FAQs

Package last updated on 03 Mar 2020

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