From 584286cfd9b53eee8f1189a3ad98462c77eb8fb9 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Sun, 8 Jun 2025 02:05:55 -0700 Subject: fix(deps): externalize tree-sitter (#840) Submitting without approval to fix broken deployment on main. But also, we should lock this down. --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eslint.config.js') 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', -- cgit v1.2.3