feat(eslint): add globals for jQuery

This commit is contained in:
Elian Doran
2025-03-09 21:38:16 +02:00
parent 064799e8cb
commit 1fb4634b7b
3 changed files with 20 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
return [];
}
const errors = await glob.linter(text);
const errors = await glob.linter(text, glob.getActiveContextNote().mime);
console.log(errors);