revert: "feat(web): wasm justified layout" (#19226)

This commit is contained in:
Zack Pollard 2025-06-17 17:01:40 +01:00 committed by GitHub
parent 0684a3ada4
commit 4c69511225
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 145 additions and 106 deletions

View file

@ -118,7 +118,6 @@ export default typescriptEslint.config(
'unicorn/filename-case': 'off',
'unicorn/prefer-top-level-await': 'off',
'unicorn/import-style': 'off',
'unicorn/no-for-loop': 'off',
'svelte/button-has-type': 'error',
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/no-floating-promises': 'error',