We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In SAVE we use react wrappers for Kotlin/JS. There, all the default HTML tags are fields of ReactHTML object.
ReactHTML
When copy-paste, div tag becomes ReactHTML.div, which is unacceptable :)
div
ReactHTML.div
We need to create some kind of configurable rule that prohibits usage of fully-qualified name (e.g. ReactHTML)
Add a new section for JS in Diktat CodeStyle.
The text was updated successfully, but these errors were encountered:
Very important thing. Hate this problem.
Need not to forget to update Diktat CodeStyle also (add a chapter for JS).
Sorry, something went wrong.
diphtongue
No branches or pull requests
In SAVE we use react wrappers for Kotlin/JS. There, all the default HTML tags are fields of
ReactHTML
object.When copy-paste,
div
tag becomesReactHTML.div
, which is unacceptable :)We need to create some kind of configurable rule that prohibits usage of fully-qualified name (e.g.
ReactHTML
)Add a new section for JS in Diktat CodeStyle.
The text was updated successfully, but these errors were encountered: