-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
husky precommit #6
Comments
What package manager are you using? |
yarn - v3.3.0 |
Node LTS version (current is vite-vuetify-ts-starter/package.json Line 23 in bbba232
|
It looks like tsconfig.json and env.d.ts are not recognized. Restart vscode after clearing cache with |
Nothing helps. The problem with the "alias" seems to me, because if all aliases (@ ) are replaced with relative paths, there are no problems with types |
It seems that |
tsconfig state fully corresponds to tsconfig from this repository |
There may be a cause in the environment on the vscode side, such as veutr was included. |
Did not help.... |
There was an update of Vuetify yesterday, so I updated this project accordingly. (also merged createVuetify) Notice: eslint-plugin-vuetify v2, which supports Vuetify3, but it is in beta. |
I have exactly the same problem, isn't there any solution yet? |
yes, a have cloned actual version for this template, but the problem remains |
I don't know for a moment. What happens if the value of {
"lint-staged": {
"*": "prettier -w -u"
}
} |
The problem is with vue-tsc. If type checking via vue-ts is removed, then husky exits successfully without doubt
|
Thank you for your report. |
I've found a solution to the problem, but I'm not sure if it is right:
AND |
In principle, it's probably irrelevant since it's based on createVue. see also: |
This is a normal behavior because it refers to meta information such as the last build datetime that is automatically generated at build time. (This is the same reason why it says to run It is included in If you really care, just comment out |
vscode;
actual version for this template;
I added the component to the "components" directory, then imported it into homePage.vue. Tried to commit but got the following errors:
1)Could not find "stylelint-config-prettier"
2) problems with catalog node_modules.
your styleling.config:
The text was updated successfully, but these errors were encountered: