Skip to content

Shareable config for Eslint 9 with config from Next.js

Notifications You must be signed in to change notification settings

kirill-konshin/utils

Repository files navigation

Utils Monorepo

Repo Structure

Dev Dependencies

Repo is using hybrid NX-like dependency management strategy:

Turbo

All common library tasks are defined in root turbo.json: clean, build, start & wait.

TypeScript

All packages extend root tsconfig.json.

Changesets

Normal flow: create branch, create MR, add changesets, merge MR.

Quick flow: locally run yarn changeset, then yarn changeset version and then CI will publish.