File tree Expand file tree Collapse file tree 19 files changed +67
-48
lines changed
textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana
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-ja-space-between-half-and-full-width
textlint-rule-preset-ja-spacing Expand file tree Collapse file tree 19 files changed +67
-48
lines changed Original file line number Diff line number Diff line change 1+ name : test
2+ on : [push, pull_request]
3+ env :
4+ CI : true
5+ jobs :
6+ test :
7+ name : " Test on Node.js ${{ matrix.node_version }}"
8+ runs-on : ubuntu-18.04
9+ strategy :
10+ matrix :
11+ node_version : [10, 12]
12+ steps :
13+ - name : checkout
14+ uses : actions/checkout@v2
15+ - name : setup Node ${{ matrix.node_version }}
16+ uses : actions/setup-node@v1
17+ with :
18+ node_version : ${{ matrix.node_version }}
19+ - name : Install
20+ run : yarn install
21+ - name : Test
22+ run : yarn test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # textlint-rule-spacing [ ![ Build Status] ( https://travis-ci.org /textlint-ja/textlint-rule-spacing.svg?branch=master )] ( https://travis-ci.org /textlint-ja/textlint-rule-spacing )
1+ # textlint-rule-preset-ja- spacing [ ![ Actions Status] ( https://github.com /textlint-ja/textlint-rule-preset-ja- spacing/workflows/test/badge .svg )] ( https://github.com /textlint-ja/textlint-rule-preset-ja- spacing/actions?query=workflow%3A"test" )
22
33[ textlint] ( https://textlint.github.io/ ) のスペース関連のmonorepoです。
44
@@ -90,7 +90,7 @@ textlint --preset preset-ja-spacing README.md
9090}
9191```
9292
93- またデフォルトでは、[ textlint-rule-ja-space-around-code] ( https://github.com/textlint-ja/textlint-rule-spacing/tree/master/packages/textlint-rule-ja-space-around-code ) は無効になっています。
93+ またデフォルトでは、[ textlint-rule-ja-space-around-code] ( https://github.com/textlint-ja/textlint-rule-preset-ja- spacing/tree/master/packages/textlint-rule-ja-space-around-code ) は無効になっています。
9494
9595次のように設定することで、プリセットに含まれるすべてのルールを有効にできます。
9696
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ textlint --rule ja-nakaguro-or-halfwidth-space-between-katakana README.md
3333
3434## Changelog
3535
36- See [ Releases page] ( https://github.com/textlint-ja/textlint-rule-spacing/releases ) .
36+ See [ Releases page] ( https://github.com/textlint-ja/textlint-rule-preset-ja- spacing/releases ) .
3737
3838## Running tests
3939
@@ -45,7 +45,7 @@ Install devDependencies and Run `npm test`:
4545
4646Pull requests and stars are always welcome.
4747
48- For bugs and feature requests, [ please create an issue] ( https://github.com/textlint-ja/textlint-rule-spacing/issues ) .
48+ For bugs and feature requests, [ please create an issue] ( https://github.com/textlint-ja/textlint-rule-preset-ja- spacing/issues ) .
4949
50501 . Fork it!
51512 . Create your feature branch: ` git checkout -b my-new-feature `
Original file line number Diff line number Diff line change 99 ],
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+ "url" : " git+https://github.com/textlint-ja/textlint-rule-preset-ja- spacing.git"
1313 },
1414 "author" : " azu" ,
151516- "homepage" : " https://github.com/textlint-ja/textlint-rule-spacing" ,
16+ "homepage" : " https://github.com/textlint-ja/textlint-rule-preset-ja- spacing" ,
1717 "license" : " MIT" ,
1818 "bugs" : {
19- "url" : " https://github.com/textlint-ja/textlint-rule-spacing/issues"
19+ "url" : " https://github.com/textlint-ja/textlint-rule-preset-ja- spacing/issues"
2020 },
2121 "scripts" : {
2222 "build" : " NODE_ENV=production babel src --out-dir lib --source-maps" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ textlint --rule ja-no-space-around-parentheses README.md
4343
4444## Changelog
4545
46- See [ Releases page] ( https://github.com/extlint-ja/textlint-rule-spacing/releases ) .
46+ See [ Releases page] ( https://github.com/extlint-ja/textlint-rule-preset-ja- spacing/releases ) .
4747
4848## Running tests
4949
@@ -55,7 +55,7 @@ Install devDependencies and Run `npm test`:
5555
5656Pull requests and stars are always welcome.
5757
58- For bugs and feature requests, [ please create an issue] ( https://github.com/extlint-ja/textlint-rule-spacing/issues ) .
58+ For bugs and feature requests, [ please create an issue] ( https://github.com/extlint-ja/textlint-rule-preset-ja- spacing/issues ) .
5959
60601 . Fork it!
61612 . Create your feature branch: ` git checkout -b my-new-feature `
Original file line number Diff line number Diff line change 99 ],
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+ "url" : " git+https://github.com/textlint-ja/textlint-rule-preset-ja- spacing.git"
1313 },
1414 "author" : " azu" ,
151516- "homepage" : " https://github.com/extlint-ja/textlint-rule-spacing" ,
16+ "homepage" : " https://github.com/extlint-ja/textlint-rule-preset-ja- spacing" ,
1717 "license" : " MIT" ,
1818 "bugs" : {
19- "url" : " https://github.com/extlint-ja/textlint-rule-spacing/issues"
19+ "url" : " https://github.com/extlint-ja/textlint-rule-preset-ja- spacing/issues"
2020 },
2121 "scripts" : {
2222 "build" : " NODE_ENV=production babel src --out-dir lib --source-maps" ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ textlint --rule ja-no-space-between-full-width README.md
4040
4141## Changelog
4242
43- See [ Releases page] ( https://github.com/textlint-ja/textlint-rule-spacing/releases ) .
43+ See [ Releases page] ( https://github.com/textlint-ja/textlint-rule-preset-ja- spacing/releases ) .
4444
4545## Running tests
4646
@@ -52,7 +52,7 @@ Install devDependencies and Run `npm test`:
5252
5353Pull requests and stars are always welcome.
5454
55- For bugs and feature requests, [ please create an issue] ( https://github.com/textlint-ja/textlint-rule-spacing/issues ) .
55+ For bugs and feature requests, [ please create an issue] ( https://github.com/textlint-ja/textlint-rule-preset-ja- spacing/issues ) .
5656
57571 . Fork it!
58582 . Create your feature branch: ` git checkout -b my-new-feature `
Original file line number Diff line number Diff line change 99 ],
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+ "url" : " git+https://github.com/textlint-ja/textlint-rule-preset-ja- spacing.git"
1313 },
1414 "author" : " azu" ,
151516- "homepage" : " https://github.com/textlint-ja/textlint-rule-spacing" ,
16+ "homepage" : " https://github.com/textlint-ja/textlint-rule-preset-ja- spacing" ,
1717 "license" : " MIT" ,
1818 "bugs" : {
19- "url" : " https://github.com/textlint-ja/textlint-rule-spacing/issues"
19+ "url" : " https://github.com/textlint-ja/textlint-rule-preset-ja- spacing/issues"
2020 },
2121 "scripts" : {
2222 "build" : " NODE_ENV=production babel src --out-dir lib --source-maps" ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ textlint --rule ja-space-after-exclamation README.md
4040
4141## Changelog
4242
43- See [ Releases page] ( https://github.com/extlint-ja/textlint-rule-spacing/releases ) .
43+ See [ Releases page] ( https://github.com/extlint-ja/textlint-rule-preset-ja- spacing/releases ) .
4444
4545## Running tests
4646
@@ -52,7 +52,7 @@ Install devDependencies and Run `npm test`:
5252
5353Pull requests and stars are always welcome.
5454
55- For bugs and feature requests, [ please create an issue] ( https://github.com/extlint-ja/textlint-rule-spacing/issues ) .
55+ For bugs and feature requests, [ please create an issue] ( https://github.com/extlint-ja/textlint-rule-preset-ja- spacing/issues ) .
5656
57571 . Fork it!
58582 . Create your feature branch: ` git checkout -b my-new-feature `
You can’t perform that action at this time.
0 commit comments