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.
@edx/stylelint-config-edx
Advanced tools
Stylelint configs for edX Sass files.
In order to standardize and enforce edX's Sass coding style across multiple codebases, edX has adopted Stylelint. This package provides the rules defined by the edX development community.
The code in this repository is released under the Apache 2.0 license unless otherwise noted. Please see the LICENSE file for details.
To begin using the edX Stylelint configs in a codebase, install this package from npm:
npm install --save-dev stylelint-config-edx
Then, configure your project's Stylelint config to extend
stylelint-config-edx
(see the ESLint docs
on Using a Shareable
Config).
The simplest option is to add the following to a file
stylelint.config.js
at the root of your repository:
module.exports = {
extends: 'stylelint-config-edx'
};
For the most part, edX follows the recommended SCSS rules defined by the stylelint-config-recommended-scss package.
The only changes are that the following rules have been disabled:
FAQs
Stylelint configs for edX Sass files.
The npm package @edx/stylelint-config-edx receives a total of 2,365 weekly downloads. As such, @edx/stylelint-config-edx popularity was classified as popular.
We found that @edx/stylelint-config-edx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.