mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
/* eslint-env node */
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
extends: 'ckeditor5'
|
|
}; |