mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-15 07:11:36 +08:00
git-subtree-dir: _regroup/ckeditor5-build-trilium git-subtree-mainline: b6f166f1d76a036d4877c046fb8ea4a7d6dbab42 git-subtree-split: 1a1cb3d60be4f042b523fd3dd2fc54c67afff1c9
15 lines
296 B
JavaScript
15 lines
296 B
JavaScript
/**
|
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
*/
|
|
|
|
/* eslint-env node */
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
rules: {
|
|
'ckeditor5-rules/ckeditor-imports': 'off'
|
|
}
|
|
};
|