mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
13 lines
152 B
JavaScript
13 lines
152 B
JavaScript
/* eslint-env node */
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
extends: 'ckeditor5',
|
|
globals: {
|
|
'MathJax': true,
|
|
'katex': true,
|
|
'console': true
|
|
}
|
|
};
|