Skip to content

Commit

Permalink
fix: Restored linting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jan 21, 2025
1 parent 6c28a81 commit ca898f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }]
},
"parserOptions": {
"project": ["./tsconfig.node.json"]
"project": ["./tsconfig.json"]
},
"overrides": [
{
Expand All @@ -47,7 +47,7 @@
"@typescript-eslint/no-unsafe-enum-comparison": "off"
},
"parserOptions": {
"project": ["./tsconfig.node.json"]
"project": ["./tsconfig.json"]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@
"decentraland-ecs": "6.12.4-7784644013.commit-f770b3e",
"decentraland": "3.3.0"
}
}
}
16 changes: 1 addition & 15 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@
"jsx": "react-jsx",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": "src",
"paths": {
"components/*": ["components/*"],
"config/*": ["config/*"],
"contracts/*": ["contracts/*"],
"ecsScene/*": ["ecsScene/*"],
"experiments/*": ["experiments/*"],
"icons/*": ["icons/*"],
"images/*": ["images/*"],
"lib/*": ["lib/*"],
"modules/*": ["modules/*"],
"routing/*": ["routing/*"],
"specs/*": ["specs/*"]
}
},
"include": ["vite.config.ts", "src"]
"include": ["vite.config.ts"]
}

0 comments on commit ca898f6

Please sign in to comment.