
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
stylelint-config-standard-vue
Advanced tools
The standard shareable Vue config for Stylelint.
This config:
stylelint-config-standard shared config and configures its rules for Vuestylelint-config-recommended-vue shared configRequirements
- Stylelint v14.0.0 and above
It cannot be used with Stylelint v13 and below.
To see the rules that this config uses, please read the config itself.
npm install --save-dev postcss-html stylelint-config-standard-vue
Set your stylelint config to:
{
"extends": "stylelint-config-standard-vue"
}
Note: This config enables rules for only .vue files.
If you don't want the rules to be overridden (If you want to enable only the parser.), please use stylelint-config-html.
{
"extends": "stylelint-config-html/vue"
}
Install stylelint-config-standard-scss:
npm install --save-dev stylelint-config-standard-scss
Set your stylelint config to:
{
"extends": "stylelint-config-standard-vue/scss"
}
When used with stylelint-config-standard-scss:
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-standard-vue/scss"
]
}
Simply add a "rules" key to your config, then add your overrides and additions there.
For example, to add the unit-allowed-list rule:
{
"extends": "stylelint-config-standard-vue",
"overrides": [
{
"files": ["*.vue", "**/*.vue"],
"rules": {
"unit-allowed-list": ["em", "rem", "s"]
}
}
]
}
Use the stylelint.vscode-stylelint extension that Stylelint provides officially.
You have to configure the stylelint.validate option of the extension to check .vue files, because the extension does not check the *.vue file by default.
Example .vscode/settings.json:
{
"stylelint.validate": [
...,
// ↓ Add "vue" language.
"vue"
]
See the LICENSE file for license rights and limitations (MIT).
FAQs
The standard shareable Vue config for Stylelint.
The npm package stylelint-config-standard-vue receives a total of 81,545 weekly downloads. As such, stylelint-config-standard-vue popularity was classified as popular.
We found that stylelint-config-standard-vue 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.