Remove lint command

* eslint has been removed.
This commit is contained in:
Benoit Daloze
2020-08-12 10:58:59 +02:00
parent c233f78bee
commit 162161eab5
-1
View File
@@ -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": {