-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix(vue): .eslintrc blocks user from commiting #224
Conversation
Pull Request Report PR Title ✅ Title follows the conventional commit spec. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
packages/cli-e2e/utils/misc.ts
Outdated
@@ -0,0 +1,56 @@ | |||
import {ProcessManager} from './processManager'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename the file git.ts
misc
it's a large net :P
I know us developer, we're a lazy bunch and we'll end up dropping everything in there 😂 (or maybe it's just me 🤷 )
An exact copy of the PR #217
CDX-320