-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
convert scripts to esm #6946
convert scripts to esm #6946
Conversation
Co-authored-by: LitoMore <[email protected]>
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.
Awesome!
Would you mind to update the new script scripts/release/update-svgs-count.js
introduced by #6951 @sachinraja?
Additionally, I think that we should wait to te new major version release of SVGLint to do not mix different JS syntaxes in the project, but I'm not totally against it if this takes a long time.
Personally, I don't mind mixing the two, especially since it's only for two files, but I'm ok with waiting. |
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.
Awesome! 🎊
Convert the script files to esm. This includes all files under the
scripts
andtests
dirs.