Skip to content

Commit

Permalink
Linting and Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAgentK committed Oct 22, 2024
1 parent b634564 commit 40754b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/raygun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,7 @@ class Raygun {
message,
...(transport instanceof RaygunBatchTransport
? {}
: {
http: httpOptions,
}),
: { http: httpOptions }),
})
.then((response) => {
if (!(transport instanceof RaygunBatchTransport)) {
Expand Down
3 changes: 2 additions & 1 deletion tseslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export default tseslint.config(
"@stylistic/ts/quote-props": ["off", 0],
"@stylistic/ts/space-before-function-paren": ["off", 0],
// Documentation format check
"tsdoc/syntax": "warn"
"tsdoc/syntax": "warn",
//"@stylistic/indent": "off",
}
}
);

0 comments on commit 40754b6

Please sign in to comment.