Skip to content

7pairs/textlint-plugin-satsuki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-plugin-satsuki

Build Status Coverage Status

Satsuki notation support for textlint. With this plugin, textlint ignores errors in blockquote elements, pre elements, and inline tags.

Installation

Run follow command.

$ npm install textlint-plugin-satsuki

Usage

Add following codes to .textlintrc .

{
    "plugins": [
        "satsuki"
    ]
}

Tests

Run follow command.

$ npm test

License

Apache License, Version 2.0