Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Releases: ckeditor/eslint-plugin-ckeditor5-rules

v1.3.0

18 Oct 13:20
Compare
Choose a tag to compare

Features

  • Created a new rule (ckeditor5-rules/no-cross-package-imports) that disallows importing modules from CKEditor 5 packages. Closes ckeditor/ckeditor5#9318. (commit)

v1.2.5

13 Sep 07:38
Compare
Choose a tag to compare

Other changes

v1.2.4

06 Sep 06:55
Compare
Choose a tag to compare

Other changes

v1.2.3

05 Jul 10:27
Compare
Choose a tag to compare

Bug fixes

v1.2.2

28 Jan 08:15
Compare
Choose a tag to compare

Other changes

v1.2.1

14 Jan 13:34
Compare
Choose a tag to compare

Bug fixes

  • Extended the ckeditor5-rules/ckeditor-imports rule. Now the imports listed below are allowed:. (commit)

    • from 3rd party things,
    • directly from within the same package,
    • via @ckeditor/ckeditor5-* format from DLL package,
    • via ckeditor5/src/* format for non-DLL package.

    Imports non-DLL packages are not allowed. Those rules apply to JS, CSS, and SVG files.

  • Renamed the rule from ckeditor5-rules/ckeditor-dll-import to ckeditor5-rules/ckeditor-imports. Closes ckeditor/ckeditor5#8824. (commit)

v1.2.0

12 Jan 13:17
Compare
Choose a tag to compare

Features

v1.1.0

09 Sep 12:14
Compare
Choose a tag to compare

Features