From fc23230490000979c3509f4780cf53ec9732cf77 Mon Sep 17 00:00:00 2001 From: swevictor Date: Wed, 16 Aug 2023 15:29:22 +0200 Subject: [PATCH] Remove unneeded npm scripts --- plejd/package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/plejd/package.json b/plejd/package.json index 1564987..fc10eb1 100644 --- a/plejd/package.json +++ b/plejd/package.json @@ -21,8 +21,6 @@ "scripts": { "lint": "npm run lint:prettier & npm run lint:scripts", "lint:fix": "npm run lint:prettier:fix & npm run lint:scripts:fix", - "lint:errors": "npm run lint:prettier & npm run lint:styles --quiet & npm run lint:types & npm run lint:scripts --quiet", - "lint:errors:fix": "npm run lint:prettier:fix & npm run lint:scripts --quiet --fix", "lint:prettier": "prettier --check \"**/*.{js*,md}\"", "lint:prettier:fix": "prettier --check --write \"**/*.{js*,md}\"", "lint:scripts": "eslint --config ./.eslintrc.js \"**/*.js\"",