daniyar zhanakhmetov

Results 13 comments of daniyar zhanakhmetov

> I don't know for a moment. > > What happens if the value of `lint-staged` in package.json is just `prettier` like below? > > ```json > { > "lint-staged":...

I've found a solution to the problem, but I'm not sure if it is right: ``` "lint-staged": { !!!!!!!!!!!!! "*.{ts,vue}": "vue-tsc --noEmit", !!!!!!!!!!!!! "*.{js,ts,json,jsonc,json5,yaml,yml,toml,yml,yaml,vue,htm,html,md}": "eslint --fix --cache --cache-location ./node_modules/.vite/vite-plugin-eslint", "*.{css,sass,scss,vue,htm,html}":...

npm run type-check "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", ![image](https://user-images.githubusercontent.com/49826703/204984094-1fc3bfd1-37b1-4b81-9708-e9c884a828e7.png)