0.3.3 • Published 3 years ago

markuplint-sync v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

markuplint-sync

Same as markuplint but extends with sync API.

Usage

# yarn
yarn add markuplint-sync

# npm
npm i markuplint-sync

API

import { exec } from 'markuplint-sync'

const result = exec({
  files: './**/*.html',
})

console.log(result) // => The results in JSON format

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me