Skip to content

Commit

Permalink
Update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Aug 25, 2017
1 parent 373b58d commit b113fd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

本规则包含以下几种配置项:

- [标准规则](https://github.com/steamerjs/eslint-config-alloy/tree/master/index.js):包含[所有 ESLint 规则](https://eslint.org/docs/rules/)
- [React 版](https://github.com/steamerjs/eslint-config-alloy/tree/master/react.js):在标准规则的基础上,增加了所有 [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) 规则
- [Vue 版](https://github.com/steamerjs/eslint-config-alloy/tree/master/vue.js):在标准规则的基础上,增加了所有 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) 规则
- [标准规则](https://github.com/AlloyTeam/eslint-config-alloy/tree/master/index.js):包含[所有 ESLint 规则](https://eslint.org/docs/rules/)
- [React 版](https://github.com/AlloyTeam/eslint-config-alloy/tree/master/react.js):在标准规则的基础上,增加了所有 [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) 规则
- [Vue 版](https://github.com/AlloyTeam/eslint-config-alloy/tree/master/vue.js):在标准规则的基础上,增加了所有 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) 规则

## 配置原则

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/steamerjs/eslint-config-alloy.git"
"url": "git+https://github.com/AlloyTeam/eslint-config-alloy.git"
},
"keywords": [
"eslint",
Expand All @@ -30,9 +30,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/steamerjs/eslint-config-alloy/issues"
"url": "https://github.com/AlloyTeam/eslint-config-alloy/issues"
},
"homepage": "https://github.com/steamerjs/eslint-config-alloy#readme",
"homepage": "https://github.com/AlloyTeam/eslint-config-alloy#readme",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit b113fd1

Please sign in to comment.