File tree 5 files changed +25
-23
lines changed
fixtures/kitchensink/public
template-typescript/public
test/fixtures/__shared__/template/public
5 files changed +25
-23
lines changed Original file line number Diff line number Diff line change 31
31
"lint-staged" : " ^8.0.4" ,
32
32
"meow" : " ^5.0.0" ,
33
33
"multimatch" : " ^2.1.0" ,
34
- "prettier" : " 1.14.3 " ,
34
+ "prettier" : " 1.15.2 " ,
35
35
"puppeteer" : " ^1.8.0" ,
36
36
"strip-ansi" : " ^4.0.0" ,
37
37
"svg-term-cli" : " ^2.1.1" ,
44
44
}
45
45
},
46
46
"lint-staged" : {
47
- "*.{js,md,css}" : [
47
+ "*.{js,md,css,html }" : [
48
48
" prettier --trailing-comma es5 --single-quote --write" ,
49
49
" git add"
50
50
],
Original file line number Diff line number Diff line change 1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico ">
4
+ < meta charset ="utf-8 " / >
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " / >
6
+ < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico " / >
7
7
< title > React App</ title >
8
8
</ head >
9
9
< body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7
- < meta name ="theme-color " content ="#000000 ">
4
+ < meta charset ="utf-8 " />
5
+ < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico " />
6
+ < meta
7
+ name ="viewport "
8
+ content ="width=device-width, initial-scale=1, shrink-to-fit=no "
9
+ />
10
+ < meta name ="theme-color " content ="#000000 " />
8
11
<!--
9
12
manifest.json provides metadata used when your web app is added to the
10
13
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
11
14
-->
12
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
15
+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " / >
13
16
<!--
14
17
Notice the use of %PUBLIC_URL% in the tags above.
15
18
It will be replaced with the URL of the `public` folder during the build.
22
25
< title > React App</ title >
23
26
</ head >
24
27
< body >
25
- < noscript >
26
- You need to enable JavaScript to run this app.
27
- </ noscript >
28
+ < noscript > You need to enable JavaScript to run this app. </ noscript >
28
29
< div id ="root "> </ div >
29
30
<!--
30
31
This HTML file is a template.
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7
- < meta name ="theme-color " content ="#000000 ">
4
+ < meta charset ="utf-8 " />
5
+ < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico " />
6
+ < meta
7
+ name ="viewport "
8
+ content ="width=device-width, initial-scale=1, shrink-to-fit=no "
9
+ />
10
+ < meta name ="theme-color " content ="#000000 " />
8
11
<!--
9
12
manifest.json provides metadata used when your web app is added to the
10
13
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
11
14
-->
12
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
15
+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " / >
13
16
<!--
14
17
Notice the use of %PUBLIC_URL% in the tags above.
15
18
It will be replaced with the URL of the `public` folder during the build.
22
25
< title > React App</ title >
23
26
</ head >
24
27
< body >
25
- < noscript >
26
- You need to enable JavaScript to run this app.
27
- </ noscript >
28
+ < noscript > You need to enable JavaScript to run this app. </ noscript >
28
29
< div id ="root "> </ div >
29
30
<!--
30
31
This HTML file is a template.
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html lang ="en ">
3
3
< head >
4
4
< title > React App</ title >
5
5
</ head >
You can’t perform that action at this time.
0 commit comments