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:
parent
098795e657
commit
eb002ecfaa
3 changed files with 3 additions and 3 deletions
|
|
@ -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": "."
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../@packages/@core/config/tsconfig.base.json",
|
||||
"extends": "@transquinnftw/configs/typescript/nestjs.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue