
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@1password/stylelint-config
Advanced tools
@1password/stylelint
Shared stylelint configuration
pnpm add --save-dev @1password/stylelint-config stylelint@16.2.1 stylelint-config-standard@36.0.1
npm install --save-dev @1password/stylelint-config stylelint@16.2.1 stylelint-config-standard@36.0.1
yarn add --dev @1password/stylelint-config stylelint@16.2.1 stylelint-config-standard@36.0.1
For projects using CSS only:
Add to your package.json
file:
"stylelint": {
"extends": "@1password/stylelint-config"
}
For projects using SCSS:
First, install the additional peer dependencies:
pnpm add --save-dev postcss-scss stylelint-scss
npm install --save-dev postcss-scss stylelint-scss
```sh
yarn add --dev postcss-scss stylelint-scss
Add to your package.json
file:
"stylelint": {
"extends": "@1password/stylelint-config/scss"
}
You should also install the related IDE extensions so you can see issues (and sometimes get them auto-fixed) as you code.
FAQs
1Password’s shared Stylelint configuration.
The npm package @1password/stylelint-config receives a total of 1,400 weekly downloads. As such, @1password/stylelint-config popularity was classified as popular.
We found that @1password/stylelint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.