NCIOCPL / ncids

NCI Design System
10 stars 5 forks source link

Enabler: Update MDX Linter #1821

Open bryanpizzillo opened 1 month ago

bryanpizzillo commented 1 month ago

Title of Enabler

ESTIMATE TBD

The linter right now does weird things with the YAML when we have html and tries to treat it as React. Also there was some annoying stuff with <a> requiring newlines for inner content, but that generates <p> tags in markdown.

p.s. The newer versions of the MDX linter (eslint-plugin-mdx) require ESLint 8.x, so this is a non-trivial task.