[wasm] Apply eslint formatting in JS/TS#100271
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing |
|
Let's make the |
ef4f1ea to
f8be1d2
Compare
It can be part of browser.proj |
It's already there but it doesn't fail for rules which are not explicitly @ilonatommy added few important ones explicitly as a stop-gap here. |
Apply formatting to all js/ts files. It prevents other PRs from having non-related changes, e.g. like #100233.
FYI:
There's no rule that would make empty space between
functionand the bracket, there is an uniform rule making spaces before brackets, includingexport async function instantiate_segmentation_rules_asset(pendingAsset: AssetEntryInternal): Promise<void>->export async function instantiate_segmentation_rules_asset (pendingAsset: AssetEntryInternal): Promise<void>.