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\"",