MAke sure to lint only .ts and .vue files

This commit is contained in:
Maciej Pędzich 2023-05-23 10:17:15 +02:00
parent f0c17e756b
commit 3ba68c97fa

View File

@ -5,7 +5,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"lint": "eslint . --fix --ignore-path .gitignore --ext .ts,.vue",
"prettier-format": "prettier --config .prettierrc --ignore-path .gitignore --write \"./**/*.{vue,js,ts}\"",
"prepare": "husky install"
},