Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 482 Bytes

File metadata and controls

19 lines (14 loc) · 482 Bytes

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