File tree Expand file tree Collapse file tree 6 files changed +29
-2
lines changed
textlint-rule-ja-no-space-around-parentheses
textlint-rule-ja-no-space-between-full-width
textlint-rule-ja-space-after-exclamation
textlint-rule-ja-space-after-question
textlint-rule-ja-space-around-code
textlint-rule-preset-ja-spacing Expand file tree Collapse file tree 6 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ Via CLI
3535textlint --rule ja-no-space-around-parentheses README.md
3636```
3737
38+ ## Fixable
39+
40+ [ ![ textlint rule] ( https://img.shields.io/badge/textlint-fixable-green.svg?style=social )] ( https://textlint.github.io/ )
41+
42+ ` textlint --fix ` の自動修正に対応しています。
3843
3944## Changelog
4045
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Via CLI
3232textlint --rule ja-no-space-between-full-width README.md
3333```
3434
35+ ## Fixable
36+
37+ [ ![ textlint rule] ( https://img.shields.io/badge/textlint-fixable-green.svg?style=social )] ( https://textlint.github.io/ )
38+
39+ ` textlint --fix ` の自動修正に対応しています。
3540
3641## Changelog
3742
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Via CLI
3232textlint --rule ja-space-after-exclamation README.md
3333```
3434
35+ ## Fixable
36+
37+ [ ![ textlint rule] ( https://img.shields.io/badge/textlint-fixable-green.svg?style=social )] ( https://textlint.github.io/ )
38+
39+ ` textlint --fix ` の自動修正に対応しています。
3540
3641## Changelog
3742
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ Via CLI
3535textlint --rule ja-space-after-question README.md
3636```
3737
38+ ## Fixable
39+
40+ [ ![ textlint rule] ( https://img.shields.io/badge/textlint-fixable-green.svg?style=social )] ( https://textlint.github.io/ )
41+
42+ ` textlint --fix ` の自動修正に対応しています。
3843
3944## Changelog
4045
Original file line number Diff line number Diff line change 1- # textlint-rule-ja-space-around-code
1+ # textlint-rule-ja-space-around-code [ ![ textlint rule ] ( https://img.shields.io/badge/textlint-fixable-green.svg?style=social )] ( https://textlint.github.io/ )
22
33インラインコードの周りをスペースで囲むかどうかを決めるtextlintルール
44
@@ -57,6 +57,12 @@ textlint --rule ja-space-around-code README.md
5757}
5858```
5959
60+ ## Fixable
61+
62+ [ ![ textlint rule] ( https://img.shields.io/badge/textlint-fixable-green.svg?style=social )] ( https://textlint.github.io/ )
63+
64+ ` textlint --fix ` の自動修正に対応しています。
65+
6066## Changelog
6167
6268See [ Releases page] ( https://github.com/textlint-ja/textlint-rule-spacing/releases ) .
Original file line number Diff line number Diff line change 1- # textlint-rule-preset-ja-spacing
1+ # textlint-rule-preset-ja-spacing [ ![ textlint rule] ( https://img.shields.io/badge/textlint-fixable-green.svg?style=social )] ( https://textlint.github.io/ )
2+
23
34日本語周りにおけるスペースの有無を決定するtextlintルールプリセットです。
45
You can’t perform that action at this time.
0 commit comments