Skip to content

Commit 645ecf8

Browse files
committed
chore: fix lint errors
1 parent 639e576 commit 645ecf8

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

demo/vue-cli2/build/webpack.prod.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if (config.build.productionGzip) {
128128
algorithm: 'gzip',
129129
test: new RegExp(
130130
`\\.(${
131-
config.build.productionGzipExtensions.join('|')
131+
config.build.productionGzipExtensions.join('|')
132132
})$`,
133133
),
134134
threshold: 10240,

demo/vue-cli3/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<body>
1111
<noscript>
1212
<strong
13-
>We're sorry but vue-cli3 doesn't work properly without JavaScript
14-
enabled. Please enable it to continue.</strong
13+
>We're sorry but vue-cli3 doesn't work properly without JavaScript enabled. Please enable it to
14+
continue.</strong
1515
>
1616
</noscript>
1717
<div id="app"></div>

demo/vue-cli4/public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
<body>
1111
<noscript>
1212
<strong
13-
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
14-
properly without JavaScript enabled. Please enable it to
15-
continue.</strong
13+
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
14+
enable it to continue.</strong
1615
>
1716
</noscript>
1817
<div id="app"></div>

demo/vue-cli5/public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
<body>
1111
<noscript>
1212
<strong
13-
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
14-
properly without JavaScript enabled. Please enable it to
15-
continue.</strong
13+
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
14+
enable it to continue.</strong
1615
>
1716
</noscript>
1817
<div id="app"></div>

0 commit comments

Comments
 (0)