Skip to content

Commit

Permalink
🏗🔧:correct some .remarkrc.mjs mishaps
Browse files Browse the repository at this point in the history
Fixes: GH-501

Signed-off-by: Derek Lewis <[email protected]>
  • Loading branch information
DerekNonGeneric authored Aug 17, 2023
1 parent dea223a commit c21d67c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default {
await import('remark-preset-lint-consistent'),
// Leave this preset at the top so that it can be overridden.
await import('remark-preset-lint-recommended'),
[await import('remark-lint-blockquote-indentation'), 2],
[
await import('remark-lint-checkbox-character-style'),
{
Expand All @@ -88,14 +87,12 @@ export default {
},
],
await import('remark-lint-checkbox-content-indent'),
[await import('remark-lint-code-block-style'), 'fenced'],
[await import('remark-lint-fenced-code-flag'), { flags: infoStrings }],
await import('remark-lint-definition-spacing'),

// Remark Lint Style Guide preset and overrides.
['remark-preset-lint-markdown-style-guide'],
['remark-lint-no-file-name-mixed-case', false],
['remark-lint-fenced-code-flag', { flags: infoStrings }],
['remark-lint-no-heading-punctuation', ':.,;'],
['remark-lint-no-file-name-mixed-case', false],
['remark-lint-no-file-name-irregular-characters', false],
['remark-lint-first-heading-level', 2],

Expand Down

0 comments on commit c21d67c

Please sign in to comment.