CKEditor 5 stylelint preset.
npm install stylelint-config-ckeditor5CKEditor 5 stylelint preset
===========================

!Dependency Status
```
npm i --save-dev stylelint-config-ckeditor5
Configure stylelint with a .stylelintrc file using the following contents:
`js``
{
"extends": "stylelint-config-ckeditor5"
}