Package detail

stylelint-config-ckeditor5

ckeditor36.4kMIT13.0.0

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"
}