mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
MAke sure to lint only .ts and .vue files
This commit is contained in:
parent
f0c17e756b
commit
3ba68c97fa
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user