Skip to content
Snippets Groups Projects
Commit 99ffe4d0 authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

UPD: only run eslint on code

parent d19b0145
No related branches found
No related tags found
No related merge requests found
Pipeline #394712 passed with warnings
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment