File tree Expand file tree Collapse file tree 2 files changed +2
-58
lines changed Expand file tree Collapse file tree 2 files changed +2
-58
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ pre-commit run markdownlint --all-files
138138
139139#### Linting Rules
140140
141- The repository uses ` .markdownlintrc ` with the following key settings:
141+ The repository uses ` .markdownlint.yaml ` with the following key settings:
142142
143143- ** Line length** : Disabled (no line length restrictions)
144144- ** Bare URLs** : Allowed
@@ -147,7 +147,7 @@ The repository uses `.markdownlintrc` with the following key settings:
147147- ** Trailing whitespace** : Allowed
148148- ** Emphasis style** : Flexible
149149
150- See ` .markdownlintrc ` for complete configuration.
150+ See ` .markdownlint.yaml ` for complete configuration with detailed comments for each rule .
151151
152152## ** Common Questions**
153153
You can’t perform that action at this time.
0 commit comments