
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
stylelint-rtlcss-comments
Advanced tools
module.exports.plugins = [
// ...
'stylelint-rtlcss-comments',
// ...
];
module.exports.rules = {
// ...
'rtlcss-comments/block-directives': /* ... */,
'rtlcss-comments/bang': /* ... */,
// ...
}
rtlcss-comments/block-directivesDisallows usage of rtl:begin: and rtl:end: block directives depending on options.
'rtlcss-comments/block-directives': 'never'
Disallows all the block directives. Other, non-block, directives are still allowed.
.invalid {
/*rtl:begin:ignore*/
margin-left: 0;
padding-left: 0;
/*rtl:end:ignore*/
}
.valid {
/*rtl:ignore*/
margin-left: 0;
/*rtl:ignore*/
padding-left: 0;
}
'rtlcss-comments/block-directives': 'wraps-properties'
Only properties (and comments) are allowed within block directives. Directives should begin and end winthin same context: stylesheet, rule or @-rule.
.invalid {
/*rtl:begin:ignore*/
left: 0;
}
/*rtl:begin:ignore*/
.invalid {
left: 0;
}
/*rtl:end:ignore*/
.valid {
/*rtl:begin:ignore*/
left: 0;
/*rtl:end:ignore*/
}
rtlcss-comments/bangRequires or disallows ! in all rtlcss directives.
'rtlcss-comments/bang': 'always'
.invalid {
/*rtl:ignore*/
left: 0;
}
.valid {
/*!rtl:ignore*/
left: 0;
}
'rtlcss-comments/bang': 'never'
.invalid {
/*!rtl:ignore*/
left: 0;
}
.valid {
/*rtl:ignore*/
left: 0;
}
FAQs
Lint rtlcss directive comments
The npm package stylelint-rtlcss-comments receives a total of 36 weekly downloads. As such, stylelint-rtlcss-comments popularity was classified as not popular.
We found that stylelint-rtlcss-comments demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.