
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
stylelint-plugin-ckeditor5-rules
Advanced tools
A set of plugins used by the CKEditor 5 team for Stylelint
By default this plugin is added to our stylelint-config-ckeditor5
preset.
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"
]
}
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-2025, CKSource Holding sp. z o.o. All rights reserved.',
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license',
' */'
]
} ]
}
11.0.1 (2025-06-03)
Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
FAQs
CKEditor 5 stylelint preset.
The npm package stylelint-plugin-ckeditor5-rules receives a total of 2,666 weekly downloads. As such, stylelint-plugin-ckeditor5-rules popularity was classified as popular.
We found that stylelint-plugin-ckeditor5-rules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.