-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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
function
and 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>
.