Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 74dc6da

Browse files
author
James
authored
Merge pull request #349 from jamesramsay/greenkeeper-eslint-plugin-lodash-2.3.0
eslint-plugin-lodash@2.3.0 breaks build 🚨
2 parents 834bf28 + 88c87b3 commit 74dc6da

3 files changed

Lines changed: 551 additions & 414 deletions

File tree

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"id-length": [2, {"min": 2, "max": 25, "properties": "never", "exceptions": ["_"]}],
1616
"max-len": [1, 120, 2],
1717
"no-cond-assign": [2, "except-parens"],
18-
"valid-jsdoc": [2]
18+
"valid-jsdoc": [2],
19+
"lodash/import-scope": [2, "full"]
1920
}
2021
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-config-airbnb-base": "^11.0.0",
8888
"eslint-plugin-ava": "^4.0.0",
8989
"eslint-plugin-import": "^2.0.1",
90-
"eslint-plugin-lodash": "^2.1.3",
90+
"eslint-plugin-lodash": "^2.3.0",
9191
"nock": "^9.0.0",
9292
"nyc": "^10.0.0",
9393
"pegjs": "^0.10.0",

0 commit comments

Comments
 (0)