diff --git a/packages/remark-preset-lint-consistent/index.js b/packages/remark-preset-lint-consistent/index.js index 3caa8a44..410f5e52 100644 --- a/packages/remark-preset-lint-consistent/index.js +++ b/packages/remark-preset-lint-consistent/index.js @@ -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 = { diff --git a/packages/remark-preset-lint-recommended/index.js b/packages/remark-preset-lint-recommended/index.js index cce5c240..80e471ba 100644 --- a/packages/remark-preset-lint-recommended/index.js +++ b/packages/remark-preset-lint-recommended/index.js @@ -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 = {