mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
|
/* eslint-env node */
|
||
|
|
|
||
|
|
'use strict';
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
extends: 'ckeditor5'
|
||
|
|
};
|