8.0.0 • Published 8 months ago
stylelint-plugin-ckeditor5-rules v8.0.0
CKEditor 5 Stylelint plugins
A set of plugins used by the CKEditor 5 team for Stylelint
By default this plugin is added to our stylelint-config-ckeditor5
preset.
Usage
npm i --save-dev stylelint-plugin-ckeditor5-rules
Add the plugin to a .stylelintrc
file, then configure available rules.
{
"plugins": [
"stylelint-plugin-ckeditor5-rules/lib/license-header"
]
}
Rules
license-header
This rule checks if each file starts with proper @license
block comment. It requires configuration:
rules: {
'ckeditor5-rules/license-header': [ 'error', {
headerLines: [
'/**',
' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.',
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license',
' */'
]
} ]
}
7.0.0
10 months ago
7.1.1
9 months ago
7.1.0
9 months ago
8.0.0
8 months ago
6.0.0
1 year ago
5.3.2
1 year ago
5.3.1
1 year ago
5.3.0
1 year ago
5.2.1
2 years ago
5.2.0
2 years ago
5.1.3
2 years ago
5.1.2
2 years ago
5.1.1
2 years ago
5.1.0
2 years ago
5.0.1
2 years ago
5.0.0
2 years ago
4.4.0
2 years ago
4.3.0
2 years ago
4.2.1
2 years ago
4.2.0
2 years ago
4.1.0
3 years ago
4.1.1
3 years ago
4.0.2
3 years ago
4.0.1
3 years ago
4.0.0
3 years ago