Open
Description
What rule do you want to change?
no-empty-definitions
What change do you want to make?
Generate more warnings
How do you think the change should be implemented?
A new default behavior
Example code
<!-- should be reported as empty -->
[^note]:
What does the rule currently do for this code?
Does not report [^note]:
as empty.
What will the rule do after it's changed?
Reports [^note]:
as empty footnote definition.
Participation
- I am willing to submit a pull request to implement this change.
Additional comments
No response