Skip to content

Commit

Permalink
Update ESLint link in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski committed May 30, 2024
1 parent 26d14e6 commit 5b4cc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/wiki/Developer-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Items created by rootful Docker (like file system mounts) will be owned by root

## ESLint
Static code analysis.
Configurations found in [`.eslintrc.cjs`][eslint-file].
Configurations found in [`eslint.config.js`][eslint-file].

## Jest
JavaScript testing framework. This project uses [`ts-jest`][ts-jest-link] instead of building then testing.
Expand Down Expand Up @@ -61,7 +61,7 @@ A simple asymmetric key signing tool because PGP is overkill.

[cd-file]: ../blob/mainline/.github/workflows/cd.yml
[ci-file]: ../blob/mainline/.github/workflows/ci.yml
[eslint-file]: ../blob/mainline/.eslintrc.cjs
[eslint-file]: ../blob/mainline/eslint.config.js
[jest-file]: ../blob/mainline/jest.config.js
[rollup-file]: ../blob/mainline/rollup.config.js
[tsconfig-file]: ../blob/mainline/tsconfig.json
Expand Down

0 comments on commit 5b4cc8e

Please sign in to comment.