denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.51k stars 163 forks source link

Rule suggestion: prefer-object-shorthand #1184

Open scarf005 opened 11 months ago

scarf005 commented 11 months ago

as in eslint: https://eslint.org/docs/latest/rules/object-shorthand

also included in: https://github.com/denoland/deno_lint/issues/906#issuecomment-925443703

bartlomieju commented 1 month ago

Seems reasonable 👍 contributions are welcome