-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
📎 Implement useObjectShorthand
#4816
Comments
Hi, I'm interested on opening a PR. |
@scarf005 I assigned the issue to you |
Hi there @scarf005, sorry to bother but do you have any updates on this? I also accept pointers on how to get started doing it myself if the implementation is not too complex! object-shorthand and no-floating-promisses are 2 of the rules I miss the most in the midst of all the awesomeness Biome provides. Since I'm not getting the latter (blocked by #3187), I'd love to help speed this one up just for me personally! 😁 |
Hi again, I was wondering if this has to be an exact port of the eslint rule? One team I work with prefers using the old syntax everywhere, instead of the newer ECMAScript 6 form. Do you think it would make sense to create a |
Probably better to use a "neutral" name (second suggestion). You could follow the same naming convention of https://biomejs.dev/linter/rules/use-consistent-array-type/#options |
Description
Port the object-shorthand rule from eslint.
The text was updated successfully, but these errors were encountered: