You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This [template repository](https://docs.github.com/en/repositories/creating-and-
20
20
21
21
We will proceed with detailed information about the various technologies used:
22
22
23
-
-[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/): This repository comes with [`commitlint`](https://commitlint.js.org/) and [`husky`](https://typicode.github.io/husky/) installed, along with the [`@d3p1/commitlint-config` configuration](https://github.com/d3p1/commitlint-config), to enforce commits to follow the format: `<type>(<scope>): <description> [<issue-number>]`
23
+
-[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/): This repository comes with [`commitlint`](https://commitlint.js.org/) and [`husky`](https://typicode.github.io/husky/) installed, along with the [`@d3p1/commitlint-config` configuration](https://github.com/d3p1/commitlint-config), to enforce commits to follow the format: `<type>(<scope>): <description> [<issue-number>]`.
24
24
25
25
-[Prettier](https://prettier.io/): This repository includes `prettier` for maintaining code with a consistent style.
0 commit comments