
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@beuluis/prettier-config
Advanced tools
A shared prettier config for my projects
·
Report Bug
·
Request Feature
·
A shared prettier config for my projects. Utilizes prettier.
npm i -D @beuluis/prettier-config
Extend package.json
file with the following configuration:
{
"prettier": "@beuluis/prettier-config"
}
In case you want to extend prettier configurations, do not use the previous integration, but instead create a .prettierrc.js
and:
module.exports = {
...require('@beuluis/prettier-config'),
tabWidth: 2,
};
Here is a EditorConfig to be used alongside this prettier config.
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.json]
indent_size = 2
[*.{yaml,yml}]
indent_size = 2
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Luis Beu - me@luisbeu.de
FAQs
A shared prettier config for my projects
The npm package @beuluis/prettier-config receives a total of 0 weekly downloads. As such, @beuluis/prettier-config popularity was classified as not popular.
We found that @beuluis/prettier-config 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.