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

@lendoab/eslint-config-lendo

Package Overview
Dependencies
Maintainers
7
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendoab/eslint-config-lendo

ESlint configuration used by Lendo front end projects.

  • 1.1.1
  • npm
  • Socket score

Version published
Weekly downloads
527
increased by11.18%
Maintainers
7
Weekly downloads
 
Created
Source

eslint-config-lendo

This package includes the common eslint config used by all Lendo front end projects.

Usage

Install the package

npm i -D @lendoab/eslint-config-lendo

Create a .eslintrc with following content in the root folder of your project.

{
  "extends": "@lendoab/eslint-config-lendo"
}

Using prettier

Enable eslint integration in VS Code (make sure to put them in workspace settings and not global settings)

"prettier.eslintIntegration": true,
"editor.formatOnSave": true,

FAQs

Package last updated on 30 Nov 2018

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