
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@agilecontent/stylelint-config
Advanced tools
Base configuration for stylelint, used internally by @agilecontent
Add this repository as a dev dependency, alongside stylelint:
npm i -D @agilecontent/stylelint-config stylelint
or
yarn add -D @agilecontent/stylelint-config stylelint
```v
Extend this config in your project's. Example with .stylelintrc.js:
```js
module.exports = {
extends: [
//...others extends
'@agilecontent/stylelint-config',
],
rules: {
//Add your own rules here
},
};
IMPORTANT: This config includes stylelint-config-prettier, so it is very important to put this as the last extended config to prevent conflicts
stylelint-config-standard
: General rules recommendedstylelint-config-prettier
: Prevents conflicts from prettier formating (Important: This
config does not format the file)stylelint-config-concentric-order
: Order files according to
ConcentricCSS. This order was chosen for
having good reasoning behind it: the properties are set according to rendering time.Just create a Pull Request with the reasoning for the change in rules or config.
If adding a rule that is fixable via --fix
, set the severity to "warning"
.
FAQs
Base configuration for stylelint, used internally
The npm package @agilecontent/stylelint-config receives a total of 213 weekly downloads. As such, @agilecontent/stylelint-config popularity was classified as not popular.
We found that @agilecontent/stylelint-config 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.