File tree 4 files changed +447
-195
lines changed
packages/devtools-kit/src/core/component/state
4 files changed +447
-195
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"eslint.useFlatConfig" : true ,
3
- "eslint.options" : {
4
- "flags" : [
5
- " unstable_ts_config"
6
- ]
7
- },
8
3
"prettier.enable" : false ,
9
4
"editor.codeActionsOnSave" : {
10
5
"source.fixAll" : " explicit"
Original file line number Diff line number Diff line change 73
73
"gen:vue-apis" : " tsx ./scripts/vue-api-manifest.ts"
74
74
},
75
75
"devDependencies" : {
76
- "@antfu/eslint-config" : " ^3.11.2 " ,
76
+ "@antfu/eslint-config" : " ^3.16.0 " ,
77
77
"@antfu/ni" : " ^23.2.0" ,
78
78
"@arethetypeswrong/cli" : " ^0.17.0" ,
79
79
"@clack/prompts" : " ^0.8.2" ,
91
91
"bumpp" : " ^9.8.1" ,
92
92
"cross-env" : " ^7.0.3" ,
93
93
"degit" : " ^2.8.4" ,
94
- "eslint" : " ^9.15.0 " ,
94
+ "eslint" : " ^9.20.1 " ,
95
95
"eslint-plugin-format" : " ^0.1.2" ,
96
96
"eslint-vitest-rule-tester" : " ^0.6.1" ,
97
97
"execa" : " ^9.5.1" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function processState(instance: VueAppInstance) {
99
99
const props = type ?. props
100
100
const getters
101
101
= type . vuex
102
- && type . vuex . getters
102
+ && type . vuex . getters
103
103
const computedDefs = type . computed
104
104
105
105
const data = {
You can’t perform that action at this time.
0 commit comments