Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@clickbar/style-guide
Advanced tools
In this repository, we keep all of our code style configurations to easily share them across all projects. Please check the respective sections for information
At prettier.js you can find our configuration for Prettier.
Note: Prettier is a peer dependency, so you need to install prettier too.
To use it in your project, just add this to your package.json
:
{
"prettier": "@clickbar/style-guide/prettier"
}
Warning: We use the "unsafe" option
htmlWhitespaceSensitivity: ignore
. This might need some manual prettier-ignore's when whitespaces are important in your HTML.
At pint.json you can find our configuration for Laravel Pint.
To use it in your project, we recommend to symlink the pint.json
file to your project root.
This way your IDE tooling can pick up the configuration and provide you with the correct code style automatically.
# from your project root
ln -s ./node_modules/@clickbar/style-guide/pint.json pint.json
This repository is inspired by Vercel's Style Guide.
FAQs
clickbar.'s engineering style guide
The npm package @clickbar/style-guide receives a total of 5 weekly downloads. As such, @clickbar/style-guide popularity was classified as not popular.
We found that @clickbar/style-guide 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.