-
- Downloads
UPD: only run eslint on code
... | ... | @@ -13,7 +13,7 @@ |
"build-only": "vite build", | ||
"type-check-ci": "vue-tsc -p ./tsconfig.json --strict", | ||
"type-check": "vue-tsc --build --force", | ||
"lint": "eslint --fix ." | ||
"lint": "eslint --fix src/ tests/ nightwatch/" | ||
}, | ||
"dependencies": { | ||
"@radix-icons/vue": "^1.0.0", | ||
... | ... |
Please register or sign in to comment