grunt-textlint
v0.1.0
Published
Grunt plugin for textlint.
Downloads
3
Readme
grunt-textlint
Grunt plugin for textlint.
- Require .textlintrc
- Require rules
- As you can use vvakame/prh's format dictionary.
Usage
var grunt = require('grunt');
module.exports = function() {
grunt.initConfig({
textlint: {
src: ["./*.md"]
}
});
grunt.loadNpmTasks('grunt-textlint');
};
See example