mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-26 00:39:19 +08:00
run stylelint for the project
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
||||
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
|
||||
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",
|
||||
"lint": "npm run lint:js && npm run lint:style",
|
||||
"dev": "vite --host",
|
||||
"start": "npm run start-server",
|
||||
|
Reference in New Issue
Block a user