Skip to content

Commit

Permalink
Update URL to new org
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 13, 2018
1 parent 534f4dc commit 36141cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.17.0",
"description": "ESLint shareable config for XO with 2-space indent",
"license": "MIT",
"repository": "sindresorhus/eslint-config-xo-space",
"repository": "xojs/eslint-config-xo-space",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
Expand Down
10 changes: 5 additions & 5 deletions readme.md
@@ -1,8 +1,8 @@
# eslint-config-xo-space [![Build Status](https://travis-ci.org/sindresorhus/eslint-config-xo-space.svg?branch=master)](https://travis-ci.org/sindresorhus/eslint-config-xo-space)
# eslint-config-xo-space [![Build Status](https://travis-ci.org/xojs/eslint-config-xo-space.svg?branch=master)](https://travis-ci.org/xojs/eslint-config-xo-space)

> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for [XO](https://github.com/sindresorhus/xo) with 2-space indent
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for [XO](https://github.com/xojs/xo) with 2-space indent
This is for advanced users. [You probably want to use XO directly.](https://github.com/sindresorhus/eslint-config-xo#use-the-xo-cli-instead)
This is for advanced users. [You probably want to use XO directly.](https://github.com/xojs/eslint-config-xo#use-the-xo-cli-instead)


## Install
Expand Down Expand Up @@ -54,8 +54,8 @@ And [`xo-space/browser`](browser.js) if you're in the browser:

## Related

- [eslint-config-xo](https://github.com/sindresorhus/eslint-config-xo) - ESLint shareable config for XO
- [eslint-config-xo-react](https://github.com/sindresorhus/eslint-config-xo-react) - ESLint shareable config for React to be used with the above
- [eslint-config-xo](https://github.com/xojs/eslint-config-xo) - ESLint shareable config for XO
- [eslint-config-xo-react](https://github.com/xojs/eslint-config-xo-react) - ESLint shareable config for React to be used with the above


## License
Expand Down

0 comments on commit 36141cf

Please sign in to comment.