diff options
| author | Jacob MacDonald <[email protected]> | 2025-08-06 13:45:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-06 20:45:54 +0000 |
| commit | e3e76777535da2817b5fcac012456db29147059e (patch) | |
| tree | 6796826c4ba81eccde102976af54fc36a3c9403e /eslint.config.js | |
| parent | b3cfaeb6d30101262dc2b7350f5a349cd0417386 (diff) | |
Add integration test for maximum schema depth error handling (#5685)
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 e639e689..f35d4f35 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -28,6 +28,7 @@ export default tseslint.config( // Global ignores ignores: [ 'node_modules/*', + '.integration-tests/**', 'eslint.config.js', 'packages/cli/dist/**', 'packages/core/dist/**', |
