Skip to content

Commit 64f1aef

Browse files
[autofix.ci] apply automated fixes
1 parent 0a06767 commit 64f1aef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/composables/useCompareReplacements.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ export interface ReplacementSuggestion {
88
/**
99
* Replacement types that suggest "no dependency" (can be replaced with native code or inline).
1010
*/
11-
const NO_DEP_REPLACEMENT_TYPES = ['native', 'simple', 'removal'] as const satisfies ModuleReplacement['type'][]
11+
const NO_DEP_REPLACEMENT_TYPES = [
12+
'native',
13+
'simple',
14+
'removal',
15+
] as const satisfies ModuleReplacement['type'][]
1216

1317
/**
1418
* Replacement types that are informational only.

0 commit comments

Comments
 (0)