textlint-rule-preset-ja-spacing
v3.0.2
Published
textlint-rule-preset-ja-spacingのルールプリセット
Readme
textlint-rule-preset-ja-spacing 
日本語周りにおけるスペースの有無を決定するtextlintルールプリセットです。
含まれているルールに関しては以下を参照してください。
それぞれのルールは個別のモジュールであるため、必要なルールのみをインストールすることも可能です。
Install
Install with npm:
npm install textlint-rule-preset-ja-spacingUsage
Via .textlintrc(Recommended)
{
"rules": {
"preset-ja-spacing": true
}
}Via CLI
textlint --preset ja-spacing README.mdChangelog
See Releases page.
Running tests
Install devDependencies and Run npm test:
npm i -d && npm testContributing
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Author
License
MIT © azu
