Conduitry

Results 524 comments of Conduitry

Adding this hasn't been ruled out. A while ago I did actually fiddle with this some in [this outdated branch](https://github.com/sveltejs/eslint-plugin-svelte3/tree/prettier-fixes), and it seemed to work reasonably well. It's mostly a...

This should be fixed in 3.57.0 - https://svelte.dev/repl/36132eb6293843bf99a5427b14c26f82?version=3.57.0

This should be fixed in 3.54.0 - https://svelte.dev/repl/5e14759de70d4d39b6f3833f91db4542?version=3.54.0

This should be fixed now in 3.56.0 - https://svelte.dev/repl/d0ca99922aaf491d83fe421bbc93e2a0?version=3.56.0

This has been fixed in 3.59.0 - https://svelte.dev/repl/0e6f7df1207e4b9faaaa0fb2597badd9?version=3.59.0

See #1348 - This is a configurable option https://github.com/terser/terser#format-options `wrap_func_args` with an unfortunate default. It should probably be changed in the next major version.

Can you change the indentation back to tabs please? It's difficult to tell what this changes when almost every line has changed.

I'm rather concerned about adding `svelte.config.js` support to things that already have well established mechanisms for configuration. In ESLint, for example, plugins are just passed the configuration object that ESLint...

I'd argue that the current behavior is correct, if perhaps not useful. If you have a `+server` file, it's expected to export methods for all of the HTTP verbs you...