Remove unneeded npm scripts

This commit is contained in:
swevictor 2023-08-16 15:29:22 +02:00
parent 6403b3443e
commit fc23230490

View file

@ -21,8 +21,6 @@
"scripts": { "scripts": {
"lint": "npm run lint:prettier & npm run lint:scripts", "lint": "npm run lint:prettier & npm run lint:scripts",
"lint:fix": "npm run lint:prettier:fix & npm run lint:scripts:fix", "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": "prettier --check \"**/*.{js*,md}\"",
"lint:prettier:fix": "prettier --check --write \"**/*.{js*,md}\"", "lint:prettier:fix": "prettier --check --write \"**/*.{js*,md}\"",
"lint:scripts": "eslint --config ./.eslintrc.js \"**/*.js\"", "lint:scripts": "eslint --config ./.eslintrc.js \"**/*.js\"",