0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 03:47:27 +01:00
svelte/playgrounds/sandbox
Ben McCann ca6e9b5745
chore: validate promise handling (#11842)
* chore: don't swallow rejected promise errors

* ignore rules rather than adding catch blocks. add async to functions returning promises

* remove redundant asyncs

* remove extremely pointless rule

* remove another daft rule

* this is what typescript is for

* again, typescript already has this covered, we don't need it

* simplify

* this rule is harmless

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
2024-06-04 15:26:59 -04:00
..
input
.gitignore
.prettierignore chore: linting and formatting on a per-package basis (#11834) 2024-05-30 14:37:17 +01:00
package.json chore: linting and formatting on a per-package basis (#11834) 2024-05-30 14:37:17 +01:00
run.js chore: validate promise handling (#11842) 2024-06-04 15:26:59 -04:00
tsconfig.json chore: validate promise handling (#11842) 2024-06-04 15:26:59 -04:00