File tree 6 files changed +13
-11
lines changed
6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ root = true
2
2
3
3
[* ]
4
4
charset = utf-8
5
- indent_style = tab
6
- indent_size = 4
7
5
end_of_line = lf
6
+ indent_size = 4
7
+ indent_style = tab
8
8
insert_final_newline = true
9
9
trim_trailing_whitespace = true
Original file line number Diff line number Diff line change 6
6
"types" : [" vite/client" ],
7
7
},
8
8
"include" : [
9
- " src/**/*.ts" ,
10
9
" src/**/*.d.ts" ,
10
+ " src/**/*.ts" ,
11
11
]
12
12
}
Original file line number Diff line number Diff line change 1
-
2
1
export const parameters = {
3
- actions : { argTypesRegex : "^on[A-Z].*" } ,
4
- }
2
+ actions : {
3
+ argTypesRegex : '^on[A-Z].*' ,
4
+ } ,
5
+ }
Original file line number Diff line number Diff line change 14
14
"types" : [" vite/client" ],
15
15
},
16
16
"include" : [
17
- " src/**/*.ts" ,
18
17
" src/**/*.d.ts" ,
18
+ " src/**/*.ts" ,
19
19
" src/**/*.tsx"
20
20
]
21
21
}
Original file line number Diff line number Diff line change 1
-
2
1
export const parameters = {
3
- actions : { argTypesRegex : "^on[A-Z].*" } ,
4
- }
2
+ actions : {
3
+ argTypesRegex : '^on[A-Z].*' ,
4
+ } ,
5
+ }
Original file line number Diff line number Diff line change 5
5
"types" : [" vite/client" ],
6
6
},
7
7
"include" : [
8
- " src/**/*.ts" ,
9
8
" src/**/*.d.ts" ,
9
+ " src/**/*.ts" ,
10
10
" src/**/*.tsx" ,
11
11
" src/**/*.vue"
12
12
],
You can’t perform that action at this time.
0 commit comments