-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
chore: organize codebase #313
Conversation
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.
@mukundshah Thanks for the PR. However I only realized this changes broke the whole app, especially related to Could you look into that please? 😁 |
@zernonia Reference: |
hmm.. but it's not only in |
Is not exports in |
@Blinks44 thank you for bringing that rfc tto attenttion. @zernonia i studied the issue, and conducted some experiments as well. The conclusion is:
Both the editor and vue-tsc should have thrown error/warnings at the very beginning. I reverted every change I made, and I got red everywhere it's supposed to. Thus, the final conclusion is a refactor. |
I think you missed my pointer earlier @mukundshah . I know the syntatic sugar Furthermore, I found support for You might argue that |
Also, I've found a way to use
Reference: vuejs/eslint-plugin-vue#1577 module.exports = {
extends: '@antfu',
rules: {
'import/first': 'off',
},
} Note: |
@zernonia we still need to refactor the code base. Those exports need to be arranged. Isn't it? |
Nope. Not needed 😁 |
@antfu/eslint-config