Skip to content

Latest commit

 

History

History

stylelint-config-ckeditor5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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