Remove unneeded npm scripts
This commit is contained in:
parent
6403b3443e
commit
fc23230490
1 changed files with 0 additions and 2 deletions
|
|
@ -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\"",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue