mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
![]() |
/* eslint-env node */
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
extends: 'ckeditor5'
|
||
|
};
|