chore(cli): auto-sort imports (#7116)

This commit is contained in:
Jason Rasmussen 2024-02-14 09:55:40 -05:00 committed by GitHub
parent 87ae0be081
commit 69166fa520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 61 additions and 30 deletions

View file

@ -1,5 +1,5 @@
import mockfs from 'mock-fs';
import { CrawlService, CrawlOptions } from './crawl.service';
import { CrawlOptions, CrawlService } from './crawl.service';
interface Test {
test: string;