Skip to content

Commit d40bd77

Browse files
renovate[bot]so1veautofix-ci[bot]
authored
chore(deps): update dependency @so1ve/eslint-config to ^0.110.0 (#36)
* chore(deps): update dependency @so1ve/eslint-config to ^0.110.0 * Update package.json * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ray <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 45c1c5c commit d40bd77

File tree

3 files changed

+51
-479
lines changed

3 files changed

+51
-479
lines changed

package.json

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

playground/shims.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="vite/client" />
22

3-
declare module '*.vue' {
4-
import Vue from 'vue'
3+
declare module "*.vue" {
4+
import Vue from "vue";
55

6-
export default Vue
6+
export default Vue;
77
}

0 commit comments

Comments
 (0)