eslint-config-lodash
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3210
39