From 0653181b78aedcc4f596c8e159e3cb0ff0962208 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 10 Jan 2022 13:33:52 -0800 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` --- .eslintignore | 1 - package.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 404abb2..0000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -coverage/ diff --git a/package.json b/package.json index 237b2a7..7a9e024 100644 --- a/package.json +++ b/package.json @@ -59,19 +59,19 @@ "which-collection": "^1.0.1" }, "devDependencies": { - "@ljharb/eslint-config": "^19.1.0", + "@ljharb/eslint-config": "^20.1.0", "aud": "^1.1.5", "auto-changelog": "^2.3.0", "core-js": "^2.6.5 || ^3.16.0", "es-value-fixtures": "^1.2.1", "es6-shim": "^0.35.6", - "eslint": "^8.4.0", + "eslint": "^8.6.0", "foreach": "^2.0.5", "make-arrow-function": "~1.1.0", "nyc": "^10.3.2", "object.assign": "^4.1.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.3.2" + "tape": "^5.4.0" }, "testling": { "files": "test/native.js",