Skip to content

Commit

Permalink
Refactor some internal to dos
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 24, 2025
1 parent 2c4723e commit 276cda2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/remark-preset-lint-consistent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ import remarkLintStrongMarker from 'remark-lint-strong-marker'
import remarkLintTableCellPadding from 'remark-lint-table-cell-padding'

// To do: next major:
// - add `remark-lint-mdx-jsx-quote-style`.
// - add `remark-lint-mdx-jsx-unique-attribute-name`.
// - add `remark-lint-media-style`
// - add `remark-lint-directive-quote-style`
// * add `remark-lint-mdx-jsx-quote-style`.
// * add `remark-lint-media-style`
// * add `remark-lint-directive-quote-style`

/** @type {Preset} */
const remarkPresetLintConsistent = {
Expand Down
3 changes: 3 additions & 0 deletions packages/remark-preset-lint-recommended/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ import remarkLintOrderedListMarkerStyle from 'remark-lint-ordered-list-marker-st

// To do: next major:
// * add `remark-lint-fenced-code-flag` w/ GH check
// * add `remark-lint-mdx-jsx-self-close`
// * add `remark-lint-mdx-jsx-unique-attribute-name`.
// * add `remark-lint-correct-media-syntax`
// * add `remark-lint-no-hidden-table-cell`
// * add `remark-lint-directive-unique-attribute-name`

/** @type {Preset} */
const remarkPresetLintRecommended = {
Expand Down

0 comments on commit 276cda2

Please sign in to comment.