Skip to content

Commit 1f35831

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config
1 parent f884e2d commit 1f35831

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var arrayToObject = function arrayToObject(source, options) {
4343
};
4444

4545
var merge = function merge(target, source, options) {
46+
/* eslint no-param-reassign: 0 */
4647
if (!source) {
4748
return target;
4849
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"dependencies": {},
3030
"devDependencies": {
31-
"@ljharb/eslint-config": "^14.1.0",
31+
"@ljharb/eslint-config": "^15.0.0",
3232
"browserify": "^16.5.0",
3333
"covert": "^1.1.1",
3434
"eclint": "^2.8.1",
35-
"eslint": "^6.4.0",
35+
"eslint": "^6.6.0",
3636
"evalmd": "^0.0.19",
3737
"for-each": "^0.3.3",
3838
"has-symbols": "^1.0.0",

0 commit comments

Comments
 (0)