Skip to content

Commit

Permalink
Remove remark-lint-no-inline-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 15, 2023
1 parent 9cdda80 commit 906012e
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 375 deletions.
4 changes: 0 additions & 4 deletions doc/comparison-to-markdownlint.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,4 @@ rules and **remark-lint**’s rules.
| MD034 | no-literal-urls | - |
| MD035 | rule-style | - |
| MD036 | no-emphasis-as-heading | remark-lint only warns when the emphasis is followed by a colon, but that might change. |
| MD037 | no-inline-padding | - |
| MD038 | no-inline-padding | - |
| MD039 | no-inline-padding | - |
| MD039 | no-inline-padding | - |
| MD040 | fenced-code-flag | - |
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"packages/remark-lint-no-heading-like-paragraph/",
"packages/remark-lint-no-heading-punctuation/",
"packages/remark-lint-no-html/",
"packages/remark-lint-no-inline-padding/",
"packages/remark-lint-no-literal-urls/",
"packages/remark-lint-no-missing-blank-lines/",
"packages/remark-lint-no-multiple-toplevel-headings/",
Expand Down
2 changes: 0 additions & 2 deletions packages/remark-lint-no-inline-padding/.npmrc

This file was deleted.

73 changes: 0 additions & 73 deletions packages/remark-lint-no-inline-padding/index.js

This file was deleted.

54 changes: 0 additions & 54 deletions packages/remark-lint-no-inline-padding/package.json

This file was deleted.

213 changes: 0 additions & 213 deletions packages/remark-lint-no-inline-padding/readme.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/remark-lint-no-inline-padding/tsconfig.json

This file was deleted.

4 changes: 0 additions & 4 deletions packages/remark-preset-lint-markdown-style-guide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ import remarkLintNoFileNameIrregularCharacters from 'remark-lint-no-file-name-ir
import remarkLintNoFileNameMixedCase from 'remark-lint-no-file-name-mixed-case'
import remarkLintNoFileNameOuterDashes from 'remark-lint-no-file-name-outer-dashes'
import remarkLintNoHeadingPunctuation from 'remark-lint-no-heading-punctuation'
import remarkLintNoInlinePadding from 'remark-lint-no-inline-padding'
import remarkLintNoLiteralUrls from 'remark-lint-no-literal-urls'
import remarkLintNoMultipleToplevelHeadings from 'remark-lint-no-multiple-toplevel-headings'
import remarkLintNoShellDollars from 'remark-lint-no-shell-dollars'
Expand Down Expand Up @@ -270,9 +269,6 @@ const remarkPresetLintMarkdownStyleGuide = {
// https://cirosantilli.com/markdown-style-guide/#separate-consecutive-elements.
// Not checked.

// https://cirosantilli.com/markdown-style-guide/#span-elements
remarkLintNoInlinePadding,

// https://cirosantilli.com/markdown-style-guide/#reference-style-links
remarkLintNoShortcutReferenceImage,
remarkLintNoShortcutReferenceLink,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"remark-lint-no-file-name-mixed-case": "^2.0.0",
"remark-lint-no-file-name-outer-dashes": "^2.0.0",
"remark-lint-no-heading-punctuation": "^3.0.0",
"remark-lint-no-inline-padding": "^4.0.0",
"remark-lint-no-literal-urls": "^3.0.0",
"remark-lint-no-multiple-toplevel-headings": "^3.0.0",
"remark-lint-no-shell-dollars": "^3.0.0",
Expand Down

0 comments on commit 906012e

Please sign in to comment.