Update apps/console eslint dependency + compose eslint config with @probo/eslint-config

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-21 18:39:52 +04:00
parent 21342fba05
commit b4a73f2eea
4 changed files with 20 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"allowJs": true,
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
@@ -21,5 +22,5 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.ts", "eslint.config.mjs"]
}