Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
stylelint-processor-glamorous
Advanced tools
Lint glamorous and related css-in-js with stylelint
$ yarn add stylelint stylelint-processor-glamorous stylelint-config-standard --dev
You don't have to use the standard config. You can use
styleilint-config-recommended
or use your own cusotm config. Certain rules that enforce formatting are ignored.
Add .stylelintrc
to the root of your project.
{
"processors": ["stylelint-processor-glamorous"],
"extends": "stylelint-config-standard"
}
That's it. You can now run stylelint from the command line.
$ yarn stylelint 'src/**/*.js'
Glamorous component factories
const Component = glamorous.div({ ... });
CSS attributes
<Div css={{ ... }}/>
Annotated object literals.
export const styles =
// @css
{
...
}
The @css
comment tells the processor that its a style object. Make sure you put it right before the opening brace.
LICENSE: MIT
FAQs
Lint glamorous and related css-in-js with stylelint
The npm package stylelint-processor-glamorous receives a total of 69 weekly downloads. As such, stylelint-processor-glamorous popularity was classified as not popular.
We found that stylelint-processor-glamorous 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.