Skip to content

Commit 772bb5e

Browse files
chore(deps): update dependency @so1ve/eslint-config to ^0.105.0 (#26)
* chore(deps): update dependency @so1ve/eslint-config to ^0.105.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 9266a08 commit 772bb5e

File tree

7 files changed

+139
-124
lines changed

7 files changed

+139
-124
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"devDependencies": {
9292
"@antfu/ni": "^0.21.3",
9393
"@babel/types": "^7.21.4",
94-
"@so1ve/eslint-config": "^0.99.0",
94+
"@so1ve/eslint-config": "^0.105.0",
9595
"@types/fs-extra": "^9.0.13",
9696
"@types/node": "^18.15.11",
9797
"bumpp": "^9.1.0",

playground/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<script setup lang="ts">
2+
import ScriptSetup from "./ScriptSetup.vue";
3+
import TestES2020Features from "./TestES2020Features.vue";
24
import TestCssModules from "./css/TestCssModules.vue";
35
import TestCssVBind from "./css/TestCssVBind.vue";
46
import TestEmptyCss from "./css/TestEmptyCss.vue";
57
import TestScopedCss from "./css/TestScopedCss.vue";
68
import TestCustomBlock from "./custom/TestCustomBlock.vue";
79
import TestHmr from "./hmr/TestHmr.vue";
8-
import ScriptSetup from "./ScriptSetup.vue";
910
import TestBlockSrcImport from "./src-import/TestBlockSrcImport.vue";
1011
import TestAssets from "./test-assets/TestAssets.vue";
1112
import TestComponent from "./test-component/TestComponent.vue";
12-
import TestES2020Features from "./TestES2020Features.vue";
1313
</script>
1414

1515
<template>

0 commit comments

Comments
 (0)