diff --git a/package.json b/package.json index 73e76f4..f133683 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index baece75..0f029ee 100644 --- a/readme.md +++ b/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 @@ -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