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

eslint-config-lodash

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-lodash - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "eslint-config-lodash",
"version": "1.0.2",
"version": "1.0.3",
"description": "ESLint Shareable Config for Lodash",

@@ -5,0 +5,0 @@ "scripts": {

@@ -9,2 +9,7 @@ [![npm version](https://badge.fury.io/js/eslint-config-lodash.svg)](https://badge.fury.io/js/eslint-config-lodash)

## Concepts
- Based on recommended config of [eslint-plugin-lodash](https://www.npmjs.com/package/eslint-plugin-lodash)
- Prefer using native API over Lodash
## Usage

@@ -17,3 +22,7 @@

```sh
npm i -D eslint-config-lodash eslint-plugin-lodash eslint-plugin-you-dont-need-lodash-underscore
npm i -D \
eslint \
eslint-plugin-lodash \
eslint-plugin-you-dont-need-lodash-underscore \
eslint-config-lodash
```

@@ -23,3 +32,3 @@

Add `lodash` to `extends` of your ESLint config
Add `lodash` to `extends` of your ESLint config.

@@ -26,0 +35,0 @@ ```js

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