Skip to content

Commit 8e8b263

Browse files
chore(deps): update dependency @so1ve/eslint-config to ^0.79.0 (#5)
* chore(deps): update dependency @so1ve/eslint-config to ^0.79.0 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 8814859 commit 8e8b263

File tree

4 files changed

+99
-59
lines changed

4 files changed

+99
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"devDependencies": {
9595
"@antfu/ni": "^0.21.3",
9696
"@babel/types": "^7.21.4",
97-
"@so1ve/eslint-config": "^0.78.6",
97+
"@so1ve/eslint-config": "^0.79.0",
9898
"@types/fs-extra": "^9.0.13",
9999
"@types/node": "^18.15.11",
100100
"bumpp": "^9.1.0",

playground/hmr/TestHmr.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ export default {
1313
<h2>Hot Module Replacement</h2>
1414
<p>
1515
<span>
16-
HMR: click button and edit template part of <code>./TestHmr.vue</code>,
17-
count should not reset
16+
HMR: click button and edit template part of
17+
<code>./TestHmr.vue</code>
18+
, count should not reset
1819
</span>
1920
<button class="hmr-increment" @click="count++">
2021
&gt;&gt;&gt; {{ count }} &lt;&lt;&lt;

playground/test-assets/TestAssets.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export default {
1414
<div>
1515
<h2>Static Asset Handling</h2>
1616
<p class="asset-import">
17-
Path for assets import from js: <code>{{ filepath }}</code>
17+
Path for assets import from js:
18+
<code>{{ filepath }}</code>
1819
</p>
1920
<p>
2021
Relative asset reference in template:

pnpm-lock.yaml

Lines changed: 93 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)