Skip to content

Commit 8470a93

Browse files
authored
Merge pull request #1397 from mightyiam/repo-transfer
docs: update repository urls
2 parents 372e604 + 932ffce commit 8470a93

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/standard/eslint-config-standard-with-typescript.git"
20+
"url": "git+https://github.com/mightyiam/eslint-config-standard-with-typescript.git"
2121
},
2222
"author": "Shahar Or <mightyiampresence@gmail.com> (mightyiam)",
2323
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/standard/eslint-config-standard-with-typescript/issues"
25+
"url": "https://github.com/mightyiam/eslint-config-standard-with-typescript/issues"
2626
},
27-
"homepage": "https://github.com/standard/eslint-config-standard-with-typescript#readme",
27+
"homepage": "https://github.com/mightyiam/eslint-config-standard-with-typescript#readme",
2828
"keywords": [
2929
"JavaScript Standard Style",
3030
"check",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://github.com/standard/eslint-config-standard-with-typescript/actions/workflows/ci.yaml/badge.svg)](https://github.com/standard/eslint-config-standard-with-typescript/actions/workflows/ci.yaml)
1+
[![Build Status](https://github.com/mightyiam/eslint-config-standard-with-typescript/actions/workflows/ci.yaml/badge.svg)](https://github.com/mightyiam/eslint-config-standard-with-typescript/actions/workflows/ci.yaml)
22
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
33
[![npm](https://img.shields.io/npm/v/eslint-config-standard-with-typescript)](https://www.npmjs.com/package/eslint-config-standard-with-typescript)
44

src/fixture.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* https://github.com/standard/eslint-config-standard-with-typescript/issues/10
2+
* https://github.com/mightyiam/eslint-config-standard-with-typescript/issues/10
33
*/
44
export type Bar = null
55
export type Foo<Bar> = (a: Bar) => Bar
66

77
/**
8-
* https://github.com/standard/eslint-config-standard-with-typescript/issues/2
8+
* https://github.com/mightyiam/eslint-config-standard-with-typescript/issues/2
99
*/
1010
export default class Zoo {
1111
public constructor (private readonly name: string) {}
@@ -16,7 +16,7 @@ export default class Zoo {
1616
}
1717

1818
/**
19-
* https://github.com/standard/eslint-config-standard-with-typescript/issues/3
19+
* https://github.com/mightyiam/eslint-config-standard-with-typescript/issues/3
2020
*/
2121
export interface Boo { b_oo: null }
2222

@@ -26,7 +26,7 @@ export interface Boo { b_oo: null }
2626
// console.log(undef)
2727

2828
/**
29-
* https://github.com/standard/eslint-config-standard-with-typescript/issues/110
29+
* https://github.com/mightyiam/eslint-config-standard-with-typescript/issues/110
3030
*/
3131
// Inline callbacks don't need return types:
3232
setTimeout(() => { console.log() }, 1)

0 commit comments

Comments
 (0)