chore: linting

This commit is contained in:
2024-11-05 15:19:03 -06:00
parent fc1eb68687
commit a08171c919
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { CachedData } from '@shared/types/CachedData'; import type { CachedData } from '@shared/types/CachedData';
import { createLocalStore, debugStore } from 'chrome-extension-toolkit'; import { createLocalStore, debugStore } from 'chrome-extension-toolkit';
import { generateRandomId } from '../util/random'; import { generateRandomId } from '../util/random';

View File

@@ -1,6 +1,6 @@
import { Octokit } from '@octokit/rest'; import { Octokit } from '@octokit/rest';
import { CachedData } from '@shared/types/CachedData';
import { CacheStore } from '@shared/storage/CacheStore'; import { CacheStore } from '@shared/storage/CacheStore';
import type { CachedData } from '@shared/types/CachedData';
import { serialize } from 'chrome-extension-toolkit'; import { serialize } from 'chrome-extension-toolkit';
// Types // Types