Improve the checks in the "ckeditor5-rules/ckeditor-dll-import" eslint rule #8824
Labels
domain:extending-builds
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
In ckeditor/eslint-plugin-ckeditor5-rules#2, we introduced a rule that checks imports between packages. As for now, it does checks:
ckeditor5
packageimport Plugin from '@ckeditor/ckeditor5-core/src/plugin'
)We must extend checks:
For DLL packages:
@ckeditor/ckeditor5-*
format from other DLL packagesFor non-DLL packages
ckeditor5
The text was updated successfully, but these errors were encountered: