textlint-rule-preset-ja-spacing
v2.4.3
Published
textlint-rule-preset-ja-spacingのルールプリセット
Downloads
68,041
Readme
textlint-rule-preset-ja-spacing
日本語周りにおけるスペースの有無を決定するtextlintルールプリセットです。
含まれているルールに関しては以下を参照してください。
それぞれのルールは個別のモジュールであるため、必要なルールのみをインストールすることも可能です。
Install
Install with npm:
npm install textlint-rule-preset-ja-spacing
Usage
Via .textlintrc
(Recommended)
{
"rules": {
"preset-ja-spacing": true
}
}
Via CLI
textlint --preset ja-spacing README.md
Options
デフォルトでは、textlint-rule-ja-space-around-codeは無効になっています。
次のように設定することで、プリセットに含まれるすべてのルールを有効にできます。
{
"rules": {
"preset-ja-spacing": {
"ja-space-around-code": {
"before": false,
"after": false
}
}
}
}
Changelog
See Releases page.
Running tests
Install devDependencies and Run npm test
:
npm i -d && npm test
Contributing
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