diff options
| author | matt korwel <[email protected]> | 2025-06-08 02:05:55 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-08 02:05:55 -0700 |
| commit | 584286cfd9b53eee8f1189a3ad98462c77eb8fb9 (patch) | |
| tree | 7c55df6bd6fbc60c3264f2a58ee531b3517f639e /eslint.config.js | |
| parent | d0b78225a1dc559ed325f2bc0040a50430fe9838 (diff) | |
fix(deps): externalize tree-sitter (#840)
Submitting without approval to fix broken deployment on main. But also, we should lock this down.
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 6865ca4c..9bf13cde 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -155,7 +155,7 @@ export default tseslint.config( }, // extra settings for scripts that we run directly with node { - files: ['./scripts/**/*.js'], + files: ['./scripts/**/*.js', 'esbuild.config.js'], languageOptions: { globals: { process: 'readonly', |
