chore: update script.
This commit is contained in:
		@@ -21,11 +21,18 @@
 | 
				
			|||||||
    "url": "https://github.com/jaywcjlove/reference/issues"
 | 
					    "url": "https://github.com/jaywcjlove/reference/issues"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "keywords": [],
 | 
					  "keywords": [],
 | 
				
			||||||
 | 
					  "lint-staged": {
 | 
				
			||||||
 | 
					    "**/*.{mjs,css,json,prettierrc,lintstagedrc}": "prettier --write",
 | 
				
			||||||
 | 
					    "*.md": "markdownlint --fix",
 | 
				
			||||||
 | 
					    "docs/*.md": "markdownlint --fix"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "husky": "^8.0.1",
 | 
					    "husky": "^8.0.1",
 | 
				
			||||||
    "lint-staged": "^13.0.3",
 | 
					    "lint-staged": "^13.0.3",
 | 
				
			||||||
    "prettier": "^2.7.1",
 | 
					    "prettier": "^2.7.1",
 | 
				
			||||||
    "refs-cli": "^1.2.10"
 | 
					    "refs-cli": "^1.2.10",
 | 
				
			||||||
 | 
					    "markdownlint": "^0.26.2",
 | 
				
			||||||
 | 
					    "markdownlint-cli": "^0.32.2"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "engines": {
 | 
					  "engines": {
 | 
				
			||||||
    "node": ">=16.0.0"
 | 
					    "node": ">=16.0.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user