Skip to content

Commit 632e39f

Browse files
committed
docs(readme): add fixable info
1 parent ab95771 commit 632e39f

File tree

6 files changed

+29
-2
lines changed
  • packages
    • 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

6 files changed

+29
-2
lines changed

packages/textlint-rule-ja-no-space-around-parentheses/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Via CLI
3535
textlint --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

packages/textlint-rule-ja-no-space-between-full-width/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Via CLI
3232
textlint --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

packages/textlint-rule-ja-space-after-exclamation/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Via CLI
3232
textlint --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

packages/textlint-rule-ja-space-after-question/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Via CLI
3535
textlint --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

packages/textlint-rule-ja-space-around-code/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

6268
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).

packages/textlint-rule-preset-ja-spacing/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

0 commit comments

Comments
 (0)