mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 02:44:39 +00:00
feat(ci): add CI workflow for ESLint checks and type checking
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"preview": "vite preview",
|
||||
"test:unit": "vitest",
|
||||
"type:check": "vue-tsc --build",
|
||||
"lint:check": "eslint ."
|
||||
"lint:check": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@robonen/stdlib": "^0.0.7",
|
||||
|
||||
Reference in New Issue
Block a user