diff options
| author | Olcan <[email protected]> | 2025-04-24 15:42:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-24 15:42:18 -0700 |
| commit | 133f39494e7417c40141b3cd1487d7505cd95977 (patch) | |
| tree | 03b1bd4077202970f43158bee3545eac61014793 /eslint.config.js | |
| parent | 0510d06ecfd58a29ea0e0e540eecf8ef33c3153e (diff) | |
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
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js index 4078fdff..97934e81 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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, |
