File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"repository" : {
19
19
"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"
21
21
},
22
22
"author" : " Shahar Or <mightyiampresence@gmail.com> (mightyiam)" ,
23
23
"license" : " MIT" ,
24
24
"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"
26
26
},
27
- "homepage" : " https://github.com/standard /eslint-config-standard-with-typescript#readme" ,
27
+ "homepage" : " https://github.com/mightyiam /eslint-config-standard-with-typescript#readme" ,
28
28
"keywords" : [
29
29
" JavaScript Standard Style" ,
30
30
" check" ,
Original file line number Diff line number Diff line change 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 )
2
2
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
3
3
[ ![ npm] ( https://img.shields.io/npm/v/eslint-config-standard-with-typescript )] ( https://www.npmjs.com/package/eslint-config-standard-with-typescript )
4
4
Original file line number Diff line number Diff line change 1
1
/**
2
- * https://github.com/standard /eslint-config-standard-with-typescript/issues/10
2
+ * https://github.com/mightyiam /eslint-config-standard-with-typescript/issues/10
3
3
*/
4
4
export type Bar = null
5
5
export type Foo < Bar > = ( a : Bar ) => Bar
6
6
7
7
/**
8
- * https://github.com/standard /eslint-config-standard-with-typescript/issues/2
8
+ * https://github.com/mightyiam /eslint-config-standard-with-typescript/issues/2
9
9
*/
10
10
export default class Zoo {
11
11
public constructor ( private readonly name : string ) { }
@@ -16,7 +16,7 @@ export default class Zoo {
16
16
}
17
17
18
18
/**
19
- * https://github.com/standard /eslint-config-standard-with-typescript/issues/3
19
+ * https://github.com/mightyiam /eslint-config-standard-with-typescript/issues/3
20
20
*/
21
21
export interface Boo { b_oo : null }
22
22
@@ -26,7 +26,7 @@ export interface Boo { b_oo: null }
26
26
// console.log(undef)
27
27
28
28
/**
29
- * https://github.com/standard /eslint-config-standard-with-typescript/issues/110
29
+ * https://github.com/mightyiam /eslint-config-standard-with-typescript/issues/110
30
30
*/
31
31
// Inline callbacks don't need return types:
32
32
setTimeout ( ( ) => { console . log ( ) } , 1 )
You can’t perform that action at this time.
0 commit comments