general rules should apply to whole project (#159)

* general rules should apply to whole project

* Merge remote-tracking branch 'origin/main' into fix_eslint

* lint fixes under server package
This commit is contained in:
Olcan
2025-04-24 15:42:18 -07:00
committed by GitHub
parent 0510d06ecf
commit 133f39494e
4 changed files with 6 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ export default tseslint.config(
},
{
// General overrides and rules for the project (TS/TSX files)
files: ['packages/cli/src/**/*.{ts,tsx}'], // Target only TS/TSX in the cli package
files: ['packages/*/src/**/*.{ts,tsx}'], // Target only TS/TSX in the cli package
languageOptions: {
globals: {
...globals.node,