Skip to content

Commit 45ffc04

Browse files
committed
Codacy
1 parent 6b4f902 commit 45ffc04

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/Types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,11 @@ export interface VTourExposedMethods {
144144
stopTour: () => void;
145145

146146
/** Navigate to a specific step by index */
147+
// codacy:disable:next-line
147148
goToStep(stepIndex: number): Promise<void>;
148149

149150
/** Reset tour state and optionally restart */
151+
// codacy:disable:next-line
150152
resetTour(shouldRestart?: boolean): void;
151153

152154
/** Update tooltip position */

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default defineConfig({
3636
defineModel: true,
3737
},
3838
}),
39+
// codacy:disable:next-line
3940
dts({
4041
insertTypesEntry: true,
4142
cleanVueFileName: true,

0 commit comments

Comments
 (0)