chore(status-dashboard): update server config references

Update status-dashboard server to use local configs:
- Update .eslintrc.json reference
- Update package.json configuration
- Update tsconfig.json extends path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-28 21:37:12 -08:00
parent 098795e657
commit eb002ecfaa
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"root": true,
"extends": ["./node_modules/@eslint/config-base/index.js"],
"extends": ["@transquinnftw/configs/eslint/base"],
"parserOptions": {
"project": "./tsconfig.eslint.json",
"tsconfigRootDir": "."

View file

@ -58,7 +58,7 @@
"ws": "^8.16.0"
},
"devDependencies": {
"@eslint/config-base": "link:/var/home/lilith/Code/@packages/@eslint/config-base",
"@transquinnftw/configs": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",

View file

@ -1,5 +1,5 @@
{
"extends": "../../../@packages/@core/config/tsconfig.base.json",
"extends": "@transquinnftw/configs/typescript/nestjs.json",
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",