Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@approvers/stylelint-config-scss
Advanced tools
The shareable SCSS config for stylelint.
Extends stylelint-config-standard
, enables stylelint-scss
.
Use it as is or as a foundation for your own config.
About the rules which is used this config, please see the config itself.
# stylelint and stylelint-scss are peer dependencies for this package.
npm install --save-dev stylelint stylelint-scss @approvers/stylelint-config-scss
All you need to do is to set your stylelint
config to:
{
"extends": ["@approvers/stylelint-config-scss"]
}
If you want to override and add rules to your config, simply add the "rules"
key there.
For example, turn at-rule-conditional-no-parentheses
rule off and turn dollar-variable-default
rule on:
{
"extends": ["@approvers/stylelint-config-scss"],
"rules": {
"at-rule-conditional-no-parentheses": null,
"dollar-variable-default": true
}
}
MIT License.
FAQs
The shareable SCSS config for stylelint
We found that @approvers/stylelint-config-scss 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.