Skip to content

Commit cc13caf

Browse files
ImaneLargouclaude
andcommitted
fix: add eslint-disable import-x/order to wasm-symbols cli.ts
Matches the generated format lint-packages expects for single-command cli.ts files (same as dsyms, elf-symbols, etc). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent c5d7baa commit cc13caf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/base/src/commands/wasm-symbols

packages/base/src/commands/wasm-symbols/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable import-x/order */
12
import {WasmSymbolsUploadCommand} from './upload'
23

34
// prettier-ignore

0 commit comments

Comments
 (0)