Implement plugin

This commit is contained in:
Sauli Anto
2019-08-31 20:48:37 +03:00
commit 13a10dcfdd
16 changed files with 3813 additions and 0 deletions

7
.eslintrc.js Normal file
View File

@@ -0,0 +1,7 @@
/* eslint-env node */
'use strict';
module.exports = {
extends: 'ckeditor5'
};