Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stylelint-config-ckeditor5

ckeditor38.4kMIT12.1.1

CKEditor 5 stylelint preset.

stylelint, config, lint, ckeditor

readme

CKEditor 5 stylelint preset

npm version Dependency Status

Usage

npm i --save-dev stylelint-config-ckeditor5

Configure stylelint with a .stylelintrc file using the following contents:

{
    "extends": "stylelint-config-ckeditor5"
}

changelog

Changelog

All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5-linters-config/blob/master/CHANGELOG.md.

Changes for the past releases are available below.

2.0.1 (2020-09-10)

Other changes

  • Replaced the "declaration-property-value-blacklist" rule with "declaration-property-value-disallowed-list". Closes ckeditor/ckeditor5#8059. (commit)

1.0.3 (2020-04-16)

Other changes

  • Configured stylelint to enforce CSS indentation using tabs and hsl() colors. Closes #611. (54a3ba1)

1.0.2 (2020-02-26)

Internal changes only (updated dependencies, documentation, etc.).

1.0.1 (2020-01-09)

Internal changes only (updated dependencies, documentation, etc.).

1.0.0 (2019-11-25)

An initial implementation of the package.

Features

  • Created the stylelint-config-ckeditor5 stylelint preset. Closes #575. (0573f20)