Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
bounce-in-style
Advanced tools
The Bounce style guide, formatter, and commit validator.
npm install husky -D
npx husky install
npm install
:{
"scripts": {
"prepare": "husky install"
}
}
npm install bounce-in-style -D
# react/react-native projects
npx husky add .husky/pre-commit "npx bis --staged --react"
# all other projects (ie backend)
npx husky add .husky/pre-commit "npx bis --staged"
.eslintignore
and .prettierignore
files to your project root to chose which files get linted and formatted.We don't recommend extending the config, instead a PR should be made into this repo to add the change for everyone.
If you need to extend the config, you can extend it like you would any other eslint config. The simplest way to do so can be seen in the .eslintrc
file at the root of this repo.
FAQs
The Bounce style guide, formatter, and commit validator.
The npm package bounce-in-style receives a total of 81 weekly downloads. As such, bounce-in-style popularity was classified as not popular.
We found that bounce-in-style 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.