Skip to content

Commit

Permalink
Fix path to Knip config file in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Nov 30, 2023
1 parent 20b86f0 commit e62a9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/setup-dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github

Run `npm run lint` to check source files with [ESLint](https://eslint.org/). For the configuration, see [.eslintrc.json](./.eslintrc.json).

Run `npm run unused` to print a report of unused dependencies, files & exports using [Knip](https://github.com/webpro/knip). For the configuration, see [.knip.json](./.knip.json).
Run `npm run unused` to print a report of unused dependencies, files & exports using [Knip](https://github.com/webpro/knip). For the configuration, see [.knip.json](../.knip.json).

## Further help

Expand Down

0 comments on commit e62a9d0

Please sign in to comment.