1.0.1 • Published 1 month ago

textlint-plugin-mdx v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

textlint-plugin-mdx

textlint plugin to lint MDX

Installation

# npm
npm install textlint-plugin-mdx

# Yarn
yarn add textlint-plugin-mdx

# pnpm
pnpm add textlint-plugin-mdx

# Bun
bun add textlint-plugin-mdx

Usage

{
  "plugins": {
    "mdx": true
  }
}

Options

  • extensions: string[]
    • Additional file extensions for MDX

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License