//_nuxt-markuplintbyshinGangan

_nuxt-markuplint

Markuplint module for Nuxt.

0
0
0
14
TypeScript

๐Ÿ”ˆ rebuilt in a separate Repository: nuxt-markuplint

(Archive) Nuxt Markuplint

npm version
npm downloads
License
Nuxt
Markuplint
Module Docus

Integrate Markuplint into your Nuxt application.

๐Ÿ‘€ Features

  • ๐Ÿ‘Œย  Zero configuration to start
  • ๐Ÿš  ย Bar
  • ๐ŸŒฒ ย Baz

๐Ÿš€ Quick Setup

Installation

# Using pnpm
pnpm add -D @shinGangan/nuxt-markuplint

# Using npm
npm i -D @shinGangan/nuxt-markuplint

# Using yarn
yarn add -D @shinGangan/nuxt-markuplint

Add Module to nuxt.config.{ts,js}

{
  modules: [
    "@shinGangan/markuplint"
  ],
  markuplint: {
    // Options
  }
}

WIP: Contributing

License

This repository is licensed under the MIT License.

[beta]v0.14.0