Skip to content

Commit 9f32f5a

Browse files
author
Josh Goldberg
committed
Replaced JoshuaKGoldberg GitHub user with typescript-eslint org
Removed CircleCI badge, as this is likely to transition to Azure DevOps
1 parent abd6440 commit 9f32f5a

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Please fill out all fields below to ensure your PR is reviewed quickly.
55

66
## PR Checklist
77

8-
- [ ] Addresses an existing issue: fixes #00
9-
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/tslint-to-eslint-config/labels/status%3A%20accepting%20prs)
8+
- [ ] Addresses an existing issue: fixes #000
9+
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/typescript-eslint/tslint-to-eslint-config/labels/status%3A%20accepting%20prs)
1010

1111
## Overview
1212

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-orange.svg)
55
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-yellow.svg)
66
[![NPM version](https://badge.fury.io/js/tslint-to-eslint-config.svg)](http://badge.fury.io/js/tslint-to-eslint-config)
7-
[![Circle CI](https://img.shields.io/circleci/build/github/JoshuaKGoldberg/tslint-to-eslint-config.svg)](https://circleci.com/gh/JoshuaKGoldberg/tslint-to-eslint-config)
87
[![Join the chat at https://gitter.im/tslint-to-eslint-config/community](https://img.shields.io/badge/chat-gitter-informational.svg)](https://gitter.im/tslint-to-eslint-config/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
98
[![Code Style: Prettier](https://img.shields.io/badge/speed-blazingly_fast-blueviolet.svg)](https://prettier.io)
109

docs/Development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Thanks for looking at tslint-to-eslint-config!
44
It's very new and I very much would appreciate your help.
55

6-
Any issue marked as [accepting prs](https://github.com/JoshuaKGoldberg/tslint-to-eslint-config/issues?q=is%3Aissue+is%3Aopen+label%3A%22accepting+prs%22) on the issue tracker is fair game to take on.
6+
Any issue marked as [accepting prs](https://github.com/typescript-eslint/tslint-to-eslint-config/issues?q=is%3Aissue+is%3Aopen+label%3A%22accepting+prs%22) on the issue tracker is fair game to take on.
77

88
Please do file issues if you find bugs or lacking features!
99

@@ -12,7 +12,7 @@ Please do file issues if you find bugs or lacking features!
1212
After installing [Node >=10](https://nodejs.org/en/download), clone and install packages locally with:
1313

1414
```shell
15-
git clone https://github.com/joshuakgoldberg/tslint-to-eslint-config
15+
git clone https://github.com/typescript-eslint/tslint-to-eslint-config
1616
cd tslint-to-eslint-config
1717
npm i
1818
```

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"author": "Josh Goldberg <[email protected]>",
32
"bin": {
43
"tslint-to-eslint-config": "bin/tslint-to-eslint-config"
54
},
65
"bugs": {
7-
"url": "https://github.com/JoshuaKGoldberg/tslint-to-eslint-config/issues"
6+
"url": "https://github.com/typescript-eslint/tslint-to-eslint-config/issues"
87
},
98
"description": "Converts your TSLint configuration to the closest possible ESLint equivalent.",
109
"dependencies": {
@@ -33,7 +32,7 @@
3332
"prettier": "1.18.2",
3433
"strip-ansi": "5.2.0"
3534
},
36-
"homepage": "https://github.com/JoshuaKGoldberg/tslint-to-eslint-config#readme",
35+
"homepage": "https://github.com/typescript-eslint/tslint-to-eslint-config#readme",
3736
"husky": {
3837
"hooks": {
3938
"pre-commit": "lint-staged"
@@ -55,7 +54,7 @@
5554
"name": "tslint-to-eslint-config",
5655
"repository": {
5756
"type": "git",
58-
"url": "github:JoshuaKGoldberg/tslint-to-eslint"
57+
"url": "github:typescript-eslint/tslint-to-eslint"
5958
},
6059
"scripts": {
6160
"eslint": "eslint \"./src/*.ts\" \"./src/**/*.ts\" --report-unused-disable-directives",

0 commit comments

Comments
 (0)