File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
- /* eslint-disable max-lines */
2
- /* eslint-disable @typescript-eslint/no-unsafe-member-access */
3
- /* eslint-disable @typescript-eslint/no-unsafe-assignment */
4
- /* eslint-disable @typescript-eslint/no-unsafe-call */
5
- /* eslint-disable @typescript-eslint/no-unused-vars */
6
1
// @ts -expect-error - clack is ESM and TS complains about that. It works though
7
2
import clack from '@clack/prompts' ;
8
- import { withTelemetry } from '../telemetry' ;
9
-
10
- /* eslint-enable @typescript-eslint/no-unused-vars */
11
3
4
+ import { withTelemetry } from '../telemetry' ;
12
5
import {
13
6
confirmContinueIfNoOrDirtyGitRepo ,
14
7
getOrAskForProjectData ,
@@ -86,7 +79,7 @@ async function runAppleWizardWithTelementry(
86
79
xcProject,
87
80
project : selectedProject ,
88
81
target,
89
- shouldUseSPM : shouldUseSPM ,
82
+ shouldUseSPM,
90
83
} ) ;
91
84
92
85
// Step - Add Code Snippet
You can’t perform that action at this time.
0 commit comments