Skip to content

Commit

Permalink
🏗🔧:enable remark-lint-no-file-name-consecutive-dashes
Browse files Browse the repository at this point in the history
file names w/ two consecutive dashes are liable to wind up as string of own filename in said files

one correction be simply to not communicate w/ double-dashes in our filenames

Refs: https://qcad.org/bugtracker/index.php?do=details&task_id=2101
Refs: https://github.com/OpenINF/openinf.github.io/issues/1151
Refs: https://www.npmjs.com/package/remark-lint-no-file-name-consecutive-dashes
Signed-off-by: Derek Lewis <[email protected]>
  • Loading branch information
DerekNonGeneric committed Mar 2, 2024
1 parent 4183e1b commit cc7b7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {

// Remark Lint Style Guide preset and overrides.
[await import('remark-preset-lint-markdown-style-guide')],
['remark-lint-no-file-name-consecutive-dashes', false],
['remark-lint-no-file-name-consecutive-dashes', true],
['remark-lint-fenced-code-flag', { flags: infoStrings }],
['remark-lint-no-heading-punctuation', ':.,;'],
['remark-lint-no-file-name-mixed-case', false],
Expand Down

0 comments on commit cc7b7ad

Please sign in to comment.