Remove unused scripts

This commit is contained in:
Louis Lam 2023-10-09 21:37:16 +08:00
parent c39043ec32
commit b59054454d
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@
"node": "14 || 16 || 18 || >= 20.4.0"
},
"scripts": {
"install-legacy": "npm install",
"update-legacy": "npm update",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint-fix:js": "eslint --ext \".js,.vue\" --fix --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",