From e450accb54ab452f240768a5f0a98e5887b0ba8c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 26 Jan 2020 20:22:46 -0800 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`, `tape` --- .eslintrc | 4 ---- package.json | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.eslintrc b/.eslintrc index 56a2dc4..3b5d9e9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -2,8 +2,4 @@ "root": true, "extends": "@ljharb", - - "rules": { - "max-statements": [2, 16], - }, } diff --git a/package.json b/package.json index d92759a..d3c2294 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/ljharb/unbox-primitive#readme", "devDependencies": { - "@ljharb/eslint-config": "^15.1.0", + "@ljharb/eslint-config": "^16.0.0", "auto-changelog": "^1.16.2", "eslint": "^6.8.0", "for-each": "^0.3.3", @@ -44,7 +44,7 @@ "object-inspect": "^1.7.0", "object-is": "^1.0.2", "safe-publish-latest": "^1.1.4", - "tape": "^4.12.1" + "tape": "^5.0.0-next.4" }, "dependencies": { "function-bind": "^1.1.1",