diff --git a/.codeclimate.yml b/.codeclimate.yml index c7b6b4a0..7da00ac6 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -2,6 +2,7 @@ engines: eslint: enabled: true + channel: "eslint-2" ratings: paths: - "**.js" diff --git a/README.md b/README.md index 5f377929..c6292f6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ## stylint - the stylus linter. -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rossPatton/stylint?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Code Climate](https://codeclimate.com/github/rossPatton/stylint/badges/gpa.svg)](https://codeclimate.com/github/rossPatton/stylint) [![Test Coverage](https://codeclimate.com/github/rossPatton/stylint/badges/coverage.svg)](https://codeclimate.com/github/rossPatton/stylint/coverage) [![Build Status](https://travis-ci.org/rossPatton/stylint.svg?branch=master)](https://travis-ci.org/rossPatton/stylint) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rossPatton/stylint?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Code Climate](https://codeclimate.com/github/SimenB/stylint/badges/gpa.svg)](https://codeclimate.com/github/SimenB/stylint) +[![Test Coverage](https://codeclimate.com/github/SimenB/stylint/badges/coverage.svg)](https://codeclimate.com/github/SimenB/stylint/coverage) +[![Build Status](https://travis-ci.org/SimenB/stylint.svg?branch=master)](https://travis-ci.org/SimenB/stylint) [![NPM](https://nodei.co/npm/stylint.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/stylint/) @@ -10,7 +13,7 @@ As a cli tool: `npm install stylint -g` [changelog](changelog.md) -[known issues](https://github.com/rossPatton/stylint/issues) +[known issues](https://github.com/SimenB/stylint/issues) If you have any problems with the linter just create a ticket there and I will respond. diff --git a/package.json b/package.json index 3cc823d3..89d28976 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ ], "repository": { "type": "git", - "url": "https://github.com/rossPatton/stylint" + "url": "https://github.com/SimenB/stylint" }, "bugs": { - "url": "https://github.com/rossPatton/stylint/issues" + "url": "https://github.com/SimenB/stylint/issues" }, "bin": { "stylint": "./bin/stylint"