mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
fix(deps): externalize tree-sitter (#840)
Submitting without approval to fix broken deployment on main. But also, we should lock this down.
This commit is contained in:
parent
d0b78225a1
commit
584286cfd9
6 changed files with 59 additions and 20 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue