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

Dependencies (1)

Dev Dependencies (12)

Package Sidebar

Install

npm i gulp-markuplint

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

4.81 kB

Total Files

5

Last publish

Collaborators

  • ktsn
  • ko-yelie
  • yusukenakaya