-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Enforce file extensions in imports to comply with ESM standards #486
Enforce file extensions in imports to comply with ESM standards #486
Conversation
Fixed ESLint configuration for import extensions
👋 Just as an FYI for the future, you don't need to create a new PR to make changes to it, you should just push to your existing PR. cc #485 |
…reverted unnecessary changes in package.json and vue.config.js
👋 I've made the requested changes regarding the copyright headers and reverted unnecessary modifications. Please review when you have a chance. Thank you! |
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, tyvm for all the work on this
Type of Change:
Tool Source: JS
What issue does this relate to?
This PR resolves #454.
What should this PR do?
esm + extensionless
usages from the project.package.json
to set"type": "module"
.What are the acceptance criteria?
Feedback:
Please review and let me know if any further adjustments are required. Thank you!