From df152c75b184813adc133be5dd358831f5df0ad2 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 6 Apr 2023 13:08:12 -0400 Subject: [PATCH] chore: cleanup ESLint deps --- package.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 81e22df..1f32664 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.5.1-0", "description": "install 'full-icu' data for your current node", "scripts": { - "lint": "standard && eslint *.js test/*.js", + "lint": "eslint .", "postinstall": "node postinstall.js", "test": "tap test/*.js" }, @@ -28,13 +28,8 @@ "yauzl": "^2.10.0" }, "devDependencies": { - "eslint": "^7.7.0", - "eslint-config-standard": "^16.0.3", - "eslint-plugin-header": "^3.0.0", - "eslint-plugin-import": "^2.24.2", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "standard": "^16.0.3", + "eslint": "^8.37.0", + "eslint-config-standard": "^17.0.0", "tap": "^16.3.4" } }