Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@emerson-eps/prettier-config
Advanced tools
This is the home of the shared Emerson E&P Software Prettier config. For consistency this config should be used by all projects in E&P Software.
This config should normally be used in conjunction with @emerson-eps/eslint-config. Refer to that repository for instructions on using the two together.
npm install --save-dev @emerson-eps/prettier-config
The simplest way to include the prettier config is to reference the shared prettier config in the package.json
file:
{
"name": "my-library",
"version": "1.0.0",
"prettier": "@emerson-eps/prettier-config"
}
Alternatively add a .prettierrc.js
to the project, which is also a requirement if you need to override some of the options, and import the module:
module.exports = {
...require("@emerson-eps/prettier-config"),
// Additional rules...
};
Try not to override the shared config unless you really need to. If you must override it please consider proposing the override as a change to this repository first to avoid divergence of code styles in different projects.
For further Prettier configuration help including precedence of configuration options consult the Prettier documentation.
If not already installed, install the Prettier extension.
FAQs
Shared Prettier config for Emerson E&P Software
The npm package @emerson-eps/prettier-config receives a total of 740 weekly downloads. As such, @emerson-eps/prettier-config popularity was classified as not popular.
We found that @emerson-eps/prettier-config 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.