Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lessmess-eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lessmess-eslint-config

ESLint config for Lessmess projects

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@lessmess/eslint-config

Shared eslint config for Lessmess projects

Usage

For ES5 libs

Install peer dependencies via npx (npm 5+)

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

or

yarn add --dev @lessmess/eslint-config eslint-config-standard eslint-plugin-promise eslint-plugin-node eslint-plugin-es5 eslint-plugin-standard eslint-plugin-security eslint-plugin-import eslint-plugin-import-helpers eslint

Modify your .eslintrc:

{
  "extends": "@lessmess/eslint-config/lib"
}

For React Hooks

Install:

yarn add --dev @lessmess/eslint-config eslint-plugin-react-hooks

Modify your .eslintrc:

{
  "extends": "@lessmess/eslint-config/react-hooks"
}

Keywords

FAQs

Package last updated on 04 Jun 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