This repository was archived by the owner on Sep 14, 2022. It is now read-only.
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ module.exports = {
19
19
rules : {
20
20
"@html-eslint/require-lang" : "error" ,
21
21
"@html-eslint/require-title" : "error" ,
22
- "@html-eslint/no-multiple-h1" : "error"
23
- }
22
+ "@html-eslint/no-multiple-h1" : "error" ,
23
+ } ,
24
24
} ,
25
25
] ,
26
26
} ;
Original file line number Diff line number Diff line change @@ -38,20 +38,24 @@ export const Header: FC = () => (
38
38
< ul className = "version-list" >
39
39
< li >
40
40
< div className = "version" >
41
- < a >
41
+ < a href = "https://github.com/typescript-eslint/typescript-eslint" >
42
42
@typescript-eslint{ " " }
43
43
{ pkgJson . dependencies [ "@typescript-eslint/eslint-plugin" ] }
44
44
</ a >
45
45
</ div >
46
46
</ li >
47
47
< li >
48
48
< div className = "version" >
49
- < a > typescript { pkgJson . dependencies [ "typescript" ] } </ a >
49
+ < a href = "https://github.com/microsoft/TypeScript" >
50
+ typescript { pkgJson . dependencies [ "typescript" ] }
51
+ </ a >
50
52
</ div >
51
53
</ li >
52
54
< li >
53
55
< div className = "version" >
54
- < a > eslint { pkgJson . dependencies [ "eslint" ] } </ a >
56
+ < a href = "https://github.com/eslint/eslint" >
57
+ eslint { pkgJson . dependencies [ "eslint" ] }
58
+ </ a >
55
59
</ div >
56
60
</ li >
57
61
</ ul >
You can’t perform that action at this time.
0 commit comments