From e483220935d931cf6b09292aba62170e68f36205 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 4 Sep 2023 22:31:31 -0700 Subject: [PATCH] get rid of npm lint stuff Will replace with prettier at some point, but for now, whatever. --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index f59f54ae..2afdc1a9 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,8 @@ }, "scripts": { "genparse": "node scripts/generate-parse-fixtures.js", - "template-oss-apply": "template-oss-apply --force", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", "snap": "tap", - "test": "tap", - "posttest": "npm run lint" + "test": "tap" }, "dependencies": { "chownr": "^2.0.0",