mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00

git-subtree-dir: _regroup/ckeditor5-keyboard-marker git-subtree-mainline: b5fa9f8ea4d8bb37e1e4804e0fe6d30657247d0f git-subtree-split: c875badc77499941b974c0e5ea7c24728a47e35d
13 lines
263 B
JavaScript
13 lines
263 B
JavaScript
/**
|
|
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
*/
|
|
|
|
/* eslint-env node */
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
extends: 'ckeditor5'
|
|
};
|