Skip to content

Commit a1a8698

Browse files
committed
biome :(
1 parent c5fe0d9 commit a1a8698

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
"editor.codeActionsOnSave": {
3939
"source.organizeImports.biome": "explicit",
4040
},
41-
"editor.defaultFormatter": "biomejs.biome"
41+
"editor.defaultFormatter": "biomejs.biome",
42+
"[typescript]": {
43+
"editor.defaultFormatter": "biomejs.biome"
44+
}
4245
}

packages/core/src/integrations/inboundfilters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const DEFAULT_IGNORE_ERRORS = [
1010
/^Script error\.?$/,
1111
/^Javascript error: Script error\.? on line 0$/,
1212
/^ResizeObserver loop completed with undelivered notifications.$/,
13-
/^Cannot redefine property: googletag$/
13+
/^Cannot redefine property: googletag$/,
1414
];
1515

1616
/** Options for the InboundFilters integration */

0 commit comments

Comments
 (0)