mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
feat(eslint): add globals for jQuery
This commit is contained in:
2
libraries/codemirror/eslint.js
vendored
2
libraries/codemirror/eslint.js
vendored
@@ -41,7 +41,7 @@
|
||||
return [];
|
||||
}
|
||||
|
||||
const errors = await glob.linter(text);
|
||||
const errors = await glob.linter(text, glob.getActiveContextNote().mime);
|
||||
|
||||
console.log(errors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user