Skip to content

Commit 4117ffb

Browse files
committed
use (default: true) in docs
1 parent b6f8298 commit 4117ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-empty-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Examples of **correct** code for this rule:
5050

5151
The following options are available on this rule:
5252

53-
* `checkFootnoteDefinitions: boolean` - When set to `false`, the rule will not report empty footnote definitions. Default is `true`.
53+
* `checkFootnoteDefinitions: boolean` - When set to `false`, the rule will not report empty footnote definitions. (default: `true`).
5454

5555
Examples of **correct** code for this rule with `checkFootnoteDefinitions: false`:
5656

0 commit comments

Comments
 (0)