-
Notifications
You must be signed in to change notification settings - Fork 352
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
Lerna error #1172
Comments
Looks like this issue has returned - was not able to commit today (exactly the same error). Most likely |
There were multiple ESLint errors some of them were caused by this bug, reported it to eslint-plugin-import. I've fixed it by this commit: Fix #1197, 1172: TimeInput logic moved to setup body, ESLint fix. |
What is the expected behavior?
Learna should execute pre-commit commands correctly.
What is the current behavior?
Learna throws some errors and fails to execute not letting to commit to the project.
Example:
![LEANa error](https://user-images.githubusercontent.com/7745899/138281145-ab68693a-d100-4ffc-baa6-c20b8a342c24.png)
![LERNa bubble](https://user-images.githubusercontent.com/7745899/138281176-e4882fb7-fe67-4389-9ea4-4f01cd4fbf8f.png)
Side notes:
Looks like it is mostly caused by this:
vue-cli-service lint --fix: vuestic-ui: error: Expected 'undefined' and instead saw 'void' (no-void)
but we do not have void checks in the source code.Find out how it could be resolved.
The text was updated successfully, but these errors were encountered: