From 162161eab57cbb09a752f4a326aa98dac307350a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 12 Aug 2020 10:58:38 +0200 Subject: [PATCH] Remove lint command * eslint has been removed. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e35751e..cff789e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds", "main": "index.js", "scripts": { - "lint": "eslint *.js", "package": "ncc build index.js -o dist" }, "repository": {