
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@sisense/prettier-config
Advanced tools
Shared Prettier Config for sisense projects
The module should be installed together with its peer dependencies, that consist of single module - prettier.
# install via npm
$ npm install --save-dev prettier @sisense/prettier-config
# install via yarn
$ yarn add --dev prettier @sisense/prettier-config
For using this config it is suggested to use next configuration (.prettierrc):
"@sisense/prettier-config"
For ignoring files that should not be modified by prettier it is suggested to use next configuration (.prettierignore):
.git/
.idea/
.vscode/
node_modules/
build/
If you are using .editorconfig there is a need to align it with prettier configuration (.editorconfig):
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
[*.{md,markdown}]
trim_trailing_whitespace = false
[*.{json, yml}]
indent_size = 2
FAQs
This module contains prettier configurations for sisense projects
We found that @sisense/prettier-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.