1 Star 0 Fork 0

CHQ7 / 基于CKEditor 5经典编辑器构建 自定义

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
CHQ7 提交于 2020-03-18 22:01 . first commit
/**
* @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'
};
JavaScript
1
https://gitee.com/umb/ckeditor5-starter.git
git@gitee.com:umb/ckeditor5-starter.git
umb
ckeditor5-starter
基于CKEditor 5经典编辑器构建 自定义
master

搜索帮助