-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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(server,cli,web): housekeeping and stricter code style #6751
Conversation
Deploying with Cloudflare Pages
|
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.
personally, I'm not a fan of the prevent-abbreviations
rule. things like dir
are so common that everyone knows what they mean and all that typing out directory
accomplishes is making things longer
…e/eslint-unicorn-plugin
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
…e/eslint-unicorn-plugin
…e/eslint-unicorn-plugin
What's the reason for the |
That's likely an artifact from me running eslint --fix. Thanks for spotting! |
…e/eslint-unicorn-plugin
…e/eslint-unicorn-plugin
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.
Thanks for working on this! It looks like a good start and we can tweak and refine moving forward.
Thanks for not being too mad about the mess and size of this pr, lol |
Inspiration came from #6747 (comment)
This turned into a housekeeping and code style PR in general
I've been able to fix a surpring number of bugs with this increased linting!