File tree Expand file tree Collapse file tree 11 files changed +17
-17
lines changed
textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana
textlint-rule-ja-no-space-between-full-and-full-width
textlint-rule-ja-no-space-between-full-width
textlint-rule-ja-space-around-code Expand file tree Collapse file tree 11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ textlint --rule ja-nakaguro-or-halfwidth-space-between-katakana README.md
29
29
30
30
## Changelog
31
31
32
- See [ Releases page] ( https://github.com/extlint -ja/textlint-rule-spacing/releases ) .
32
+ See [ Releases page] ( https://github.com/textlint -ja/textlint-rule-spacing/releases ) .
33
33
34
34
## Running tests
35
35
@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
41
41
42
42
Pull requests and stars are always welcome.
43
43
44
- For bugs and feature requests, [ please create an issue] ( https://github.com/extlint -ja/textlint-rule-spacing/issues ) .
44
+ For bugs and feature requests, [ please create an issue] ( https://github.com/textlint -ja/textlint-rule-spacing/issues ) .
45
45
46
46
1 . Fork it!
47
47
2 . Create your feature branch: ` git checkout -b my-new-feature `
Original file line number Diff line number Diff line change 9
9
},
10
10
"author" : " azu" ,
11
11
"email" : " azuciao@gmail.com" ,
12
- "homepage" : " https://github.com/extlint -ja/textlint-rule-spacing" ,
12
+ "homepage" : " https://github.com/textlint -ja/textlint-rule-spacing" ,
13
13
"license" : " MIT" ,
14
14
"bugs" : {
15
- "url" : " https://github.com/extlint -ja/textlint-rule-spacing/issues"
15
+ "url" : " https://github.com/textlint -ja/textlint-rule-spacing/issues"
16
16
},
17
17
"scripts" : {
18
18
"build" : " NODE_ENV=production babel src --out-dir lib --source-maps" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ textlint --rule ja-no-space-between-full-and-full-width README.md
29
29
30
30
## Changelog
31
31
32
- See [ Releases page] ( https://github.com/extlint -ja/textlint-rule-spacing/releases ) .
32
+ See [ Releases page] ( https://github.com/textlint -ja/textlint-rule-spacing/releases ) .
33
33
34
34
## Running tests
35
35
@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
41
41
42
42
Pull requests and stars are always welcome.
43
43
44
- For bugs and feature requests, [ please create an issue] ( https://github.com/extlint -ja/textlint-rule-spacing/issues ) .
44
+ For bugs and feature requests, [ please create an issue] ( https://github.com/textlint -ja/textlint-rule-spacing/issues ) .
45
45
46
46
1 . Fork it!
47
47
2 . Create your feature branch: ` git checkout -b my-new-feature `
Original file line number Diff line number Diff line change 9
9
},
10
10
"author" : " azu" ,
11
11
"email" : " azuciao@gmail.com" ,
12
- "homepage" : " https://github.com/extlint -ja/textlint-rule-spacing" ,
12
+ "homepage" : " https://github.com/textlint -ja/textlint-rule-spacing" ,
13
13
"license" : " MIT" ,
14
14
"bugs" : {
15
- "url" : " https://github.com/extlint -ja/textlint-rule-spacing/issues"
15
+ "url" : " https://github.com/textlint -ja/textlint-rule-spacing/issues"
16
16
},
17
17
"scripts" : {
18
18
"build" : " NODE_ENV=production babel src --out-dir lib --source-maps" ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ textlint --rule ja-no-space-between-half-and-full-width README.md
29
29
30
30
## Changelog
31
31
32
- See [ Releases page] ( https://github.com/extlint -ja/textlint-rule-spacing/releases ) .
32
+ See [ Releases page] ( https://github.com/textlint -ja/textlint-rule-spacing/releases ) .
33
33
34
34
## Running tests
35
35
@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
41
41
42
42
Pull requests and stars are always welcome.
43
43
44
- For bugs and feature requests, [ please create an issue] ( https://github.com/extlint -ja/textlint-rule-spacing/issues ) .
44
+ For bugs and feature requests, [ please create an issue] ( https://github.com/textlint -ja/textlint-rule-spacing/issues ) .
45
45
46
46
1 . Fork it!
47
47
2 . Create your feature branch: ` git checkout -b my-new-feature `
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " textlint-rule-ja-no-space-between-half-and- full-width" ,
2
+ "name" : " textlint-rule-ja-no-space-between-full-width" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " 半角文字と全角文字のスペースについてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
9
9
},
10
10
"author" : " azu" ,
11
11
"email" : " azuciao@gmail.com" ,
12
- "homepage" : " https://github.com/extlint -ja/textlint-rule-spacing" ,
12
+ "homepage" : " https://github.com/textlint -ja/textlint-rule-spacing" ,
13
13
"license" : " MIT" ,
14
14
"bugs" : {
15
- "url" : " https://github.com/extlint -ja/textlint-rule-spacing/issues"
15
+ "url" : " https://github.com/textlint -ja/textlint-rule-spacing/issues"
16
16
},
17
17
"scripts" : {
18
18
"build" : " NODE_ENV=production babel src --out-dir lib --source-maps" ,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ textlint --rule ja-space-around-code README.md
29
29
30
30
## Changelog
31
31
32
- See [ Releases page] ( https://github.com/extlint -ja/textlint-rule-spacing/releases ) .
32
+ See [ Releases page] ( https://github.com/textlint -ja/textlint-rule-spacing/releases ) .
33
33
34
34
## Running tests
35
35
@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
41
41
42
42
Pull requests and stars are always welcome.
43
43
44
- For bugs and feature requests, [ please create an issue] ( https://github.com/extlint -ja/textlint-rule-spacing/issues ) .
44
+ For bugs and feature requests, [ please create an issue] ( https://github.com/textlint -ja/textlint-rule-spacing/issues ) .
45
45
46
46
1 . Fork it!
47
47
2 . Create your feature branch: ` git checkout -b my-new-feature `
You can’t perform that action at this time.
0 commit comments