Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>mdxlintNew to Visual Studio Code? Get it now.
mdxlint

mdxlint

Remco Haszing

|
2 installs
| (0) | Free
| Sponsor
Lint and format MDX files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

mdxlint

The Visual Studio Code extension for mdxlint.

Table of Contents

  • Installation
  • Settings
  • Configuration file
  • Compatibility
  • Related projects
  • Sponsoring
  • License

Installation

Use Ctrl + P to open the command palette. Then type the following and press Enter:

ext install remcohaszing.mdxlint

Settings

The mdxlint extension supports the following settings:

  • mdxlint.requireConfig (boolean, default: false) — If true, only perform actions if a configuration file is found.

Configuration file

The mdxlint CLI loads one the following configuration files:

  • The mdxlint key in package.json
  • .mdxlintrc
  • .mdxlintrc.json
  • .mdxlintrc.js
  • .mdxlintrc.cjs
  • .mdxlintrc.mjs
  • .mdxlintrc.yml
  • .mdxlintrc.yaml

For examples, see the mdxlint examples. Ignore patterns can be specified in .mdxlintignore.

Compatibility

This project is compatible with Visual Studio Code 1.103 or greater.

Related projects

  • mdxlint provides the CLI.
  • mdxlint-language-server provides the language server.

Sponsoring

If you like this project, consider sponsoring me via GitHub Sponsors.

License

MIT © Remco Haszing

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft