ui-admin/eslint.config.js
autocommit 0e7d286a44 chore: initial package split from monorepo
Package: @lilith/ui-admin
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:11:04 -07:00

3 lines
148 B
JavaScript

import { createReactConfig } from '@lilith/configs/eslint/react-flat';
export default createReactConfig({ tsconfigRootDir: import.meta.dirname });