sort-package.json

This commit is contained in:
Igor Lobanov 2022-10-31 14:45:38 +01:00
parent e0a20a840f
commit 0b18e156ef
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
{ {
"*.{js,ts,tsx,json,scss,css,html}": "prettier --write" "*.{js,ts,tsx,json,scss,css,html}": "prettier --write",
"package.json": "sort-package-json"
} }

View File

@ -18,8 +18,8 @@
"lint:styles": "stylelint **/*.{scss,css}", "lint:styles": "stylelint **/*.{scss,css}",
"lint:styles:fix": "stylelint **/*.{scss,css} --fix", "lint:styles:fix": "stylelint **/*.{scss,css} --fix",
"pre-commit": "lint-staged", "pre-commit": "lint-staged",
"pre-push": "",
"pre-commit-old": "lint-staged", "pre-commit-old": "lint-staged",
"pre-push": "",
"pre-push-old": "npm run typecheck", "pre-push-old": "npm run typecheck",
"prepare": "husky install", "prepare": "husky install",
"preview": "astro preview", "preview": "astro preview",