Skip to content

Commit

Permalink
npm run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Dec 16, 2024
1 parent 4dc7030 commit fa28dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/ios/update.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { pathExists, readFile, realpath, writeFile } from 'fs-extra';
import { basename, dirname, join, relative } from 'path';
import { replace } from 'tar';

Check warning on line 3 in cli/src/ios/update.ts

View workflow job for this annotation

GitHub Actions / lint

'replace' is defined but never used

import c from '../colors';
import { checkPlatformVersions, runTask } from '../common';
Expand All @@ -23,7 +24,6 @@ import { checkPackageManager, generatePackageFile } from '../util/spm';
import { runCommand, isInstalled } from '../util/subprocess';

import { getIOSPlugins } from './common';
import { replace } from 'tar';

const platform = 'ios';

Expand Down

0 comments on commit fa28dee

Please sign in to comment.