File tree Expand file tree Collapse file tree 10 files changed +53
-34
lines changed Expand file tree Collapse file tree 10 files changed +53
-34
lines changed Original file line number Diff line number Diff line change
1
+ * text =auto eol =lf
Original file line number Diff line number Diff line change 1
- name : ' Check spelling'
1
+ name : " Check spelling"
2
2
on :
3
3
push :
4
4
branches : [main]
Original file line number Diff line number Diff line change
1
+ lockfile-version = 3
2
+ registry = 'https://registry.npmjs.org/ '
Original file line number Diff line number Diff line change
1
+ 22
Original file line number Diff line number Diff line change 1
1
* .html
2
2
* .min. *
3
+ * .js
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,52 +12,52 @@ body {
12
12
margin : 20px 0 ;
13
13
}
14
14
15
- .muted span {
15
+ .muted span {
16
16
font-size : 12px ;
17
17
}
18
18
19
- # editor-title {
20
- padding : 20px 0 ;
19
+ # editor-title {
20
+ padding : 20px 0 ;
21
21
}
22
22
23
- # editor-toolbar {
24
- float : right;
23
+ # editor-toolbar {
24
+ float : right;
25
25
}
26
26
27
- # editor {
28
- border : 1px solid # ccc ;
29
- border-radius : 4px ;
30
- height : 300px ;
27
+ # editor {
28
+ border : 1px solid # ccc ;
29
+ border-radius : 4px ;
30
+ height : 300px ;
31
31
}
32
32
33
- # stat-bar {
34
- padding : 10px 0 ;
33
+ # stat-bar {
34
+ padding : 10px 0 ;
35
35
}
36
36
37
- # button-area {
38
- float : right;
39
- padding : 0 10px ;
40
- display : none;
37
+ # button-area {
38
+ float : right;
39
+ padding : 0 10px ;
40
+ display : none;
41
41
}
42
42
43
- .footer {
44
- text-align : center;
43
+ .footer {
44
+ text-align : center;
45
45
}
46
46
47
- # options {
48
- padding : 20px ;
47
+ # options {
48
+ padding : 20px ;
49
49
}
50
50
51
- # options h3 {
52
- font-size : 18px ;
51
+ # options h3 {
52
+ font-size : 18px ;
53
53
}
54
54
55
- # options ul {
56
- list-style : none;
57
- margin : 0 ;
55
+ # options ul {
56
+ list-style : none;
57
+ margin : 0 ;
58
58
}
59
59
60
- # options li div {
61
- display : none;
62
- padding-left : 20px ;
63
- }
60
+ # options li div {
61
+ display : none;
62
+ padding-left : 20px ;
63
+ }
Original file line number Diff line number Diff line change 6
6
< title > HTMLHint - The Static Code Analysis Tool you need for your HTML</ title >
7
7
< meta name ="description " content ="HTMLHint - The Static Code Analysis Tool you need for your HTML ">
8
8
< link rel ="icon " href ="favicon.ico " type ="image/x-icon ">
9
+ < meta name ="color-scheme " content ="light "/>
9
10
< link href ="css/bootstrap.min.css " rel ="stylesheet ">
10
11
< link href ="css/index.css " rel ="stylesheet ">
11
12
< link rel ="canonical " href ="https://playground.htmlhint.com/ ">
13
+ < meta name ="
fediverse:creator "
content ="
@[email protected] "
>
12
14
< script defer data-domain ="playground.htmlhint.com " src ="https://plausible.io/js/script.hash.outbound-links.pageview-props.tagged-events.js "> </ script >
13
15
< script > window . plausible = window . plausible || function ( ) { ( window . plausible . q = window . plausible . q || [ ] ) . push ( arguments ) } </ script >
14
16
</ head >
@@ -159,7 +161,7 @@ <h3>Other</h3>
159
161
</ div >
160
162
</ main >
161
163
< hr >
162
- < footer >
164
+ < footer class =" small text-center opacity-75 " >
163
165
< p > © HTMLHint.com 2014-2021</ p >
164
166
</ footer >
165
167
</ div >
Original file line number Diff line number Diff line change 2
2
"name" : " htmlhint-playground" ,
3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
- "description" : " " ,
5
+ "description" : " HTMLHint Playground " ,
6
6
"homepage" : " https://htmlhint-playground.netlify.app/" ,
7
7
"bugs" : {
8
8
"url" : " https://github.com/htmlhint/htmlhint-playground/issues"
11
11
"type" : " git" ,
12
12
"url" : " https://github.com/htmlhint/htmlhint-playground.git"
13
13
},
14
+ "funding" : {
15
+ "type" : " Open Collective" ,
16
+ "url" : " https://opencollective.com/htmlhint"
17
+ },
14
18
"license" : " MIT" ,
15
19
"author" : " HTMLHint" ,
16
20
"scripts" : {
17
21
"htmlhint" : " npx htmlhint ." ,
18
22
"pa11y-ci" : " npx pa11y-ci https://htmlhint-playground.netlify.app/" ,
23
+ "prettier" : " npx prettier --write ." ,
19
24
"serve" : " npx http-server -o docs/index.html -p 8080 -c-1"
20
25
},
21
26
"engines" : {
22
- "node" : " >=20 "
27
+ "node" : " >=22.16.0 "
23
28
},
24
29
"volta" : {
25
- "node" : " 20.19.1 "
30
+ "node" : " 22.16.0 "
26
31
}
27
32
}
You can’t perform that action at this time.
0 commit comments