🚀 Feature: Add suggestions to parameter-properties rule #11
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: feature
New enhancement or request 🚀
Bug Report Checklist
main
branch of the repository.Overview
Right now, the
erasable-syntax-only/parameter-properties
rule only reports a message on parameter properties. It doesn't provide any suggestions for how to fix them. Let's add one in to switch to traditional class properties.Additional Info
As a part of this work, the
docs/rules/parameter-properties.md
docs file should be added to as well. Right now it just has a straightforward codeblock. A PR fixing this issue should:## Invalid Code
## Valid Code
with what the rule would suggestThe text was updated successfully, but these errors were encountered: