-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update to Standard 17 #42
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.
LGTM! 🚀
@feross is there something preventing to merge and publish this one? |
@jankapunkt yes, there is actually an issue with snazzy and an upstream dependency not supporting warning messages Refs: |
Any update regarding being able to fix the block in Snazzy? I wanted to use the newest version of the eslint-config-standard-with-typescript since the latest versions of typescript aren't officially supported, but standardx cause version conflicts since the config uses Standard 17, while standardx is still stuck on 16. |
As a non javascript developer, during my brief investigation, I was not able to understand where the parsing happen, so the problem may not be in Snazzy only. Ref: standard/snazzy#29 (comment) |
Moving to eslint, thanks for all these years |
Mostly because of unmaintained libraries in the Standard family and the upcoming migration to Vite Ref: - standard/standardx#42 - standard/eslint-config-standard#229 - standard/standard-loader#104
Mostly because of unmaintained libraries in the Standard family and the upcoming migration to Vite Ref: - standard/standardx#42 - standard/eslint-config-standard#229 - standard/standard-loader#104
Mostly because of unmaintained libraries in the Standard family and the upcoming migration to Vite Ref: - standard/standardx#42 - standard/eslint-config-standard#229 - standard/standard-loader#104
Mostly because of unmaintained libraries in the Standard family and the upcoming migration to Vite Ref: - standard/standardx#42 - standard/eslint-config-standard#229 - standard/standard-loader#104
Mostly because of unmaintained libraries in the Standard family and the upcoming migration to Vite Ref: - standard/standardx#42 - standard/eslint-config-standard#229 - standard/standard-loader#104
Mostly because of unmaintained libraries in the Standard family and the upcoming migration to Vite Ref: - standard/standardx#42 - standard/eslint-config-standard#229 - standard/standard-loader#104
Mostly because of unmaintained libraries in the Standard family and the upcoming migration to Vite Ref: - standard/standardx#42 - standard/eslint-config-standard#229 - standard/standard-loader#104
Close #41
What is the purpose of this pull request? (put an "X" next to item)
Allows use of Standard Engine 15 and Standard 17
[ ] Documentation update
[ ] Bug fix
[x] New feature
[ ] Other, please explain:
What changes did you make? (Give an overview)
Simple PR
Which issue (if any) does this pull request address?
#41
Is there anything you'd like reviewers to focus on?
Everything, I'm not a javascript developer