chore(configs): migrate oxlint→eslint presets, refactor tsconfig

- Replace @robonen/oxlint with @robonen/eslint (composable ESLint flat-config
  presets: base, typescript, vue, vitest, imports, node, stylistic).
- Plugins bundled as deps: typescript-eslint, eslint-plugin-vue,
  @vitest/eslint-plugin, eslint-plugin-import-x, eslint-plugin-n,
  eslint-plugin-unicorn, @stylistic/eslint-plugin.
- @robonen/tsconfig: add base/dom/node/vue configs for composite project refs.
This commit is contained in:
2026-06-07 16:28:10 +07:00
parent 1d3efa5028
commit 7693b49253
51 changed files with 988 additions and 916 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@robonen/tsconfig",
"version": "0.0.2",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "Base typescript configuration for projects",
"keywords": [
@@ -20,7 +20,11 @@
"node": ">=24.13.1"
},
"files": [
"**tsconfig.json"
"tsconfig.json",
"tsconfig.base.json",
"tsconfig.dom.json",
"tsconfig.node.json",
"tsconfig.vue.json"
],
"publishConfig": {
"access": "public"