diff options
| author | DeWitt Clinton <[email protected]> | 2025-06-12 07:09:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-12 07:09:38 -0700 |
| commit | f2ab6d08c4cd0ca9a5b3900a6bb66a083c0577ee (patch) | |
| tree | db2083848fc070f0de6ac4fe385f59e71a04fc46 /eslint.config.js | |
| parent | 9072a4e5ee5d6a8b524be40b0465b66e5d3dceba (diff) | |
Improve the performance of filename completion over large repositories. (#938)
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js index 9bf13cde..443bd9ae 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -32,6 +32,7 @@ export default tseslint.config( 'eslint.config.js', 'packages/cli/dist/**', 'packages/core/dist/**', + 'packages/server/dist/**', 'eslint-rules/*', 'bundle/**', ], |
