Skip to content

Commit 7043c1d

Browse files
antonisclaude
andcommitted
style(core): Use consistent oxlint disable comment format
Use `typescript-eslint(rule-name)` format to match the rest of the codebase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 93a3e5e commit 7043c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/js/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class ReactNativeClient extends Client<ReactNativeClientOptions> {
151151
dsn: this.getDsn(),
152152
tunnel: undefined,
153153
});
154-
// oxlint-disable-next-line typescript/no-floating-promises
154+
// oxlint-disable-next-line typescript-eslint(no-floating-promises)
155155
this.sendEnvelope(envelope);
156156
}
157157

0 commit comments

Comments
 (0)