Skip to content

Commit

Permalink
Fix npm-audit link
Browse files Browse the repository at this point in the history
  • Loading branch information
jafeltra committed Jun 19, 2024
1 parent 4eb2f92 commit d140715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BEST-PRACTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We recommend the following coding practices for high quality contributions:
- SUSHI uses [Prettier](https://prettier.io/) for code formating.
- To run the prettier on all code, run `npm run prettier`. Ensure there are no issues reported.
- Ensure any new dependencies do not contain any known security vulnerabilities
- To check for known security vulnerabilities, we recommend using [npm-audit](https://fshschool.org/). Run `npm audit` and ensure there are no new issues on your branch.
- To check for known security vulnerabilities, we recommend using [npm-audit](https://docs.npmjs.com/cli/v10/commands/npm-audit). Run `npm audit` and ensure there are no new issues on your branch.
- Update documentation to reflect any user-facing changes.
- Documentation updates may include, but are not limited to, the project [README](README.md) and [FSH School](https://fshschool.org/).
- If changes are required to FSH School, follow the instructions for contributing in the [project repository](https://github.com/FSHSchool/site).
Expand Down

0 comments on commit d140715

Please sign in to comment.