Skip to content

Commit 093cee6

Browse files
chore: fix formatting in README.md items
1 parent 12dda7c commit 093cee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
This template is available for anybody who wants to set up a basic Node application using TypeScript.
3232
It sets up the following tooling for you:
3333

34-
- [\*\*All Contributors](https://allcontributors.org): Tracks various kinds of contributions and displays them in a nicely formatted table in the README.md.
34+
- [**All Contributors**](https://allcontributors.org): Tracks various kinds of contributions and displays them in a nicely formatted table in the README.md.
3535
- [**ESLint**](https://eslint.org): Static analysis for JavaScript code, configured with [typescript-eslint](https://typescript-eslint.io) for TypeScript code and other general-use plugins.
3636
- [**Markdownlint**](https://github.com/DavidAnson/markdownlint): Static analysis for Markdown code.
3737
- [**pnpm**](https://pnpm.io): Desk-efficient package manager alternative.
38-
- [\*\*PR Compliance Action](https://github.com/mtfoley/pr-compliance-action): Checks PRs for compliance on chore such as addressing a linked issue and proper title formatting.
38+
- [**PR Compliance Action**](https://github.com/mtfoley/pr-compliance-action): Checks PRs for compliance on chore such as addressing a linked issue and proper title formatting.
3939
- [**Prettier**](https://prettier.io): Opinionated formatting for code, run on file save and as a Git commit hook via [husky](https://typicode.github.io/husky) and [lint-staged](https://github.com/okonet/lint-staged).
4040
- [**release-it**](https://github.com/release-it/release-it): Generates changelogs, bumps the package version, and publishes to GitHub and npm based on [conventional commits](https://www.conventionalcommits.org).
4141
- [**Renovate**](https://docs.renovatebot.com): Keeps dependencies up-to-date with PRs, configured to wait a few days after each update for safety.

0 commit comments

Comments
 (0)