4.0.3 • Published 1 year ago
eslint-config-lodash v4.0.3
eslint-config-lodash
ESLint Shareable Config for Lodash
Overview
eslint-config-lodash is using following configurations and plugins.
Requirements
- Node.js v18 or later
- ESLint v7/v8
Installation
npm:
npm i -D eslint-config-lodashYarn:
yarn add -D eslint-config-lodashpnpm:
pnpm add -D eslint-config-lodashUsage
Add lodash to the extends section of your ESLint configuration file.
JavaScript:
module.exports = {
extends: [
'lodash'
// add other rulesets here if needed
]
}YAML:
extends:
- lodash
# add other rulesets here if neededJSON:
{
"extends": [
"lodash"
// add other rulesets here if needed
]
}4.0.3
1 year ago
4.0.2
1 year ago
4.0.1
2 years ago
4.0.0
2 years ago
3.0.0
3 years ago
1.2.3
3 years ago
2.0.0
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.1
3 years ago
1.1.2
3 years ago
1.1.0
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago