@celerdata/oxlint-config
v0.1.0
Published
Shared Oxlint configuration for celerdata-byoc-fe
Readme
@celerdata/oxlint-config
Shared oxlint presets for the monorepo's new-code toolchain
(packages/ + web_ai_agent + apps/web_frontend_v3). One place to change a
rule so every workspace stays in sync. (Legacy Vue apps keep their locked
ESLint 5 setup — see root AGENTS.md.)
Presets
| Export | For |
| ------------------------------------- | ------------------------------- |
| @celerdata/oxlint-config/base.json | Framework-agnostic TS baseline. |
| @celerdata/oxlint-config/node.json | Node / CLI packages. |
| @celerdata/oxlint-config/react.json | React (web_ai_agent). |
| @celerdata/oxlint-config/vue.json | Vue 3 (web_frontend_v3). |
Usage
In a workspace .oxlintrc.json:
{
"extends": ["./node_modules/@celerdata/oxlint-config/vue.json"]
}Layer workspace-specific overrides after the extends; keep shared rules here
so they don't fork per package.
Peers
Requires oxlint and oxlint-tsgolint (pinned via the root catalog).
