# eslint-plugin-lodashs

> eslint-plugin-lodashs

Latest version **0.0.1** (published 2022-07-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-lodashs
pnpm add eslint-plugin-lodashs
yarn add eslint-plugin-lodashs
bun add eslint-plugin-lodashs
```

Provides the command `eslint-plugin-lodashs`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2022-07-30 |
| First published | 2022-07-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 11.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Gavin |
| Maintainers | gavin_gao |
| Keywords | eslint, eslintplugin, eslint-plugin, eslint-plugin-lodashs |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-lodashs
- npm.io page: https://npm.io/package/eslint-plugin-lodashs

## Dependencies (2)

- [babel-eslint](https://npm.io/package/babel-eslint.md) 10.1.0
- [requireindex](https://npm.io/package/requireindex.md) 1.1.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2022-07-30

## README

# eslint-plugin-lodashs

eslint-plugin-lodashs

## Installation

You'll first need to install [ESLint](http://eslint.org):

```
$ npm i eslint --save-dev
```

Next, install `eslint-plugin-lodashs`:

```
$ npm install eslint-plugin-lodashs --save-dev
```


## Usage

Add `lodashs` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:

```json
{
    "plugins": [
        "lodashs"
    ]
}
```


Then configure the rules you want to use under the rules section.

```json
{
    "rules": {
        "lodashs/rule-name": 2
    }
}
```

## Supported Rules

* Fill in provided rules here

---
_Source: https://npm.io/package/eslint-plugin-lodashs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
