Skip to content

Commit 2f65b96

Browse files
committed
chore: transfer from azu to textlint-rule
1 parent d689088 commit 2f65b96

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# textlint-rule-eslint [![Build Status](https://travis-ci.org/azu/textlint-rule-eslint.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-eslint) [![textlint fixable rule](https://img.shields.io/badge/textlint-fixable-green.svg?style=social)](https://textlint.github.io/)
1+
# textlint-rule-eslint [![Build Status](https://travis-ci.org/textlint-rule/textlint-rule-eslint.svg?branch=master)](https://travis-ci.org/textlint-rule/textlint-rule-eslint) [![textlint fixable rule](https://img.shields.io/badge/textlint-fixable-green.svg?style=social)](https://textlint.github.io/)
22

33

44
[textlint](https://textlint.github.io/ "textlint official site") rule to lint JavaScript in Markdown with ESLint.
@@ -92,7 +92,7 @@ See [https://github.com/textlint/textlint/#fixable](https://github.com/textlint/
9292

9393
## Changelog
9494

95-
See [Releases page](https://github.com/azu/textlint-rule-eslint/releases).
95+
See [Releases page](https://github.com/textlint-rule/textlint-rule-eslint/releases).
9696

9797
## Running tests
9898

@@ -104,7 +104,7 @@ Install devDependencies and Run `npm test`:
104104

105105
Pull requests and stars are always welcome.
106106

107-
For bugs and feature requests, [please create an issue](https://github.com/azu/textlint-rule-eslint/issues).
107+
For bugs and feature requests, [please create an issue](https://github.com/textlint-rule/textlint-rule-eslint/issues).
108108

109109
1. Fork it!
110110
2. Create your feature branch: `git checkout -b my-new-feature`

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "textlint-rule-eslint",
33
"repository": {
44
"type": "git",
5-
"url": "https://github.com/azu/textlint-rule-eslint.git"
5+
"url": "https://github.com/textlint-rule/textlint-rule-eslint.git"
66
},
77
"author": "azu",
88
"email": "[email protected]",
9-
"homepage": "https://github.com/azu/textlint-rule-eslint",
9+
"homepage": "https://github.com/textlint-rule/textlint-rule-eslint",
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/azu/textlint-rule-eslint/issues"
12+
"url": "https://github.com/textlint-rule/textlint-rule-eslint/issues"
1313
},
1414
"files": [
1515
"src/",
@@ -45,4 +45,4 @@
4545
"peerDependencies": {
4646
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)