Skip to content

Instantly share code, notes, and snippets.

View sjunepark's full-sized avatar

Sejun Park sjunepark

  • Seoul
  • 05:22 (UTC +09:00)
View GitHub Profile
@sjunepark
sjunepark / effect-remote-functions.ts
Created January 2, 2026 16:35 — forked from STBoyden/effect-remote-functions-with-promiseexit.ts
Effect.ts + SvelteKit remote functions
import type {
RemoteCommand,
RemoteForm,
RemoteFormInput,
RemoteQueryFunction
} from "@sveltejs/kit";
import { command, form, query } from "$app/server";
import { Effect, Schema } from "effect";
/**
@sjunepark
sjunepark / eslint_prettier_airbnb.md
Created September 3, 2022 06:26 — forked from bradtraversy/eslint_prettier_airbnb.md
ESLint, Prettier & Airbnb Setup

VSCode - ESLint, Prettier & Airbnb Setup

1. Install ESLint & Prettier extensions for VSCode

Optional - Set format on save and any global prettier options

2. Install Packages

npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node