Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 12, 2025
1 parent c8857e4 commit 6339da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Global development tools:
- [Dev Container](https://containers.dev) to use the same environment for all developers and isolate project from developer’s machine.
- [Prettier](./.prettierrc) to use the same code style formatting.
- [TypeScript](./tsconfig.json) for strict type checking.
- [ESLint](./eslint.config.js) to check for popular mistakes in JavaScript.
- [ESLint](./eslint.config.ts) to check for popular mistakes in JavaScript.
- [remark](./.remarkrc) to find mistakes in `.md` files.

Each project has its own tools, too.
Expand Down

0 comments on commit 6339da3

Please sign in to comment.