Michaël De Boey

Results 189 issues of Michaël De Boey

@antfu has merged https://github.com/eslint-stylistic/eslint-stylistic/pull/17, so I guess we can safely deprecate all stylistic rules now In a next major release, we could remove these rules as well if we want

Just like I did in https://github.com/remix-run/indie-stack/pull/255 --- This will also need @mcansh's https://github.com/remix-run/remix/pull/7348

As @rubys mentioned in https://github.com/remix-run/indie-stack/pull/232#issuecomment-1689120642 & https://github.com/remix-run/indie-stack/pull/232#issuecomment-1690002845, we should be able to get rid of `.dockerignore`, `Dockerfile`, `fly.toml` & `start.sh` in favor of using `fly launch`/`dockerfile-node`: > Any chance remix...

This will create automatic PRs to update both dependencies + actions used in workflows

As reported by @mcansh in https://github.com/remix-run/examples/pull/83#issuecomment-1329487663, we had some TypeScript errors when fixing the `useActionData`/`useLoaderData` usage. It would be great if we could run `tsc` in CI, so we don't...