gulp-markuplint
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

gulp-markuplint

Gulp plugin for markuplint.

Install

$ npm install -D gulp-markuplint markuplint

Example

const gulp = require('gulp')
const { markuplint } = require('gulp-markuplint')
 
gulp('lint', () => {
  return gulp.src('*.html').pipe(
    markuplint({
      rulesetPath: '/path/to/.markuplintrc'
    })
  )
})

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i gulp-markuplint

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.81 kB

Total Files

5

Last publish

Collaborators

  • ktsn
  • ko-yelie
  • yusukenakaya