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
35
35
textlint --rule ja-no-space-around-parentheses README.md
36
36
```
37
37
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 ` の自動修正に対応しています。
38
43
39
44
## Changelog
40
45
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Via CLI
32
32
textlint --rule ja-no-space-between-full-width README.md
33
33
```
34
34
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 ` の自動修正に対応しています。
35
40
36
41
## Changelog
37
42
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Via CLI
32
32
textlint --rule ja-space-after-exclamation README.md
33
33
```
34
34
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 ` の自動修正に対応しています。
35
40
36
41
## Changelog
37
42
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ Via CLI
35
35
textlint --rule ja-space-after-question README.md
36
36
```
37
37
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 ` の自動修正に対応しています。
38
43
39
44
## Changelog
40
45
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/ )
2
2
3
3
インラインコードの周りをスペースで囲むかどうかを決めるtextlintルール
4
4
@@ -57,6 +57,12 @@ textlint --rule ja-space-around-code README.md
57
57
}
58
58
```
59
59
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
+
60
66
## Changelog
61
67
62
68
See [ 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
+
2
3
3
4
日本語周りにおけるスペースの有無を決定するtextlintルールプリセットです。
4
5
You can’t perform that action at this time.
0 commit comments