
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
stylelint-unocss-plugin
Advanced tools
Set (in the future) of rules to extend unocss support in stylelint
Set (in the future) of rules to extend unocss support in stylelint
pnpm install stylelint-unocss-plugin
npm install stylelint-unocss-plugin
yarn add stylelint-unocss-plugin
/** @type {import('stylelint').Config} */
export default {
plugins: ['stylelint-unocss-plugin'],
rules: {
'stylelint-unocss-plugin/no-missconfigured-theme-fn': true,
},
}
/** @type {import('stylelint').Config} */
export default {
plugins: ['stylelint-unocss-plugin'],
rules: {
'stylelint-unocss-plugin/no-missconfigured-theme-fn': [
true,
{
cwd: 'path/to/projectRoot',
path: 'uno.config.ts',
},
],
},
}
Currently, only cwd
and path
options are supported.
See: UnoCSS Config
Highlights errors, caused by utilizing absent token inside theme()
functions
vscode-stylelint doesn't watch for changes in the uno file, so you'll need to restart Stylelint after changing the config.
To do this, you can press Ctrl+Shift+P
and select Stylelint: Restart Stylelint Server
.
v0.0.1
FAQs
Set (in the future) of rules to extend unocss support in stylelint
The npm package stylelint-unocss-plugin receives a total of 6 weekly downloads. As such, stylelint-unocss-plugin popularity was classified as not popular.
We found that stylelint-unocss-plugin 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.