We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fe0d9 commit a1a8698Copy full SHA for a1a8698
.vscode/settings.json
@@ -38,5 +38,8 @@
38
"editor.codeActionsOnSave": {
39
"source.organizeImports.biome": "explicit",
40
},
41
- "editor.defaultFormatter": "biomejs.biome"
+ "editor.defaultFormatter": "biomejs.biome",
42
+ "[typescript]": {
43
+ "editor.defaultFormatter": "biomejs.biome"
44
+ }
45
}
packages/core/src/integrations/inboundfilters.ts
@@ -10,7 +10,7 @@ const DEFAULT_IGNORE_ERRORS = [
10
/^Script error\.?$/,
11
/^Javascript error: Script error\.? on line 0$/,
12
/^ResizeObserver loop completed with undelivered notifications.$/,
13
- /^Cannot redefine property: googletag$/
+ /^Cannot redefine property: googletag$/,
14
];
15
16
/** Options for the InboundFilters integration */
0 commit comments