Skip to content

Commit 5d76404

Browse files
committed
doc: update readme
1 parent 4382c2b commit 5d76404

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
![TypeScript](https://img.shields.io/badge/typescript-%5E5.9.3-blue?logo=typescript)
33
![Node.js](https://img.shields.io/badge/node.js-%3E=24.10.0-green?logo=nodedotjs)
44
![Prettier](https://img.shields.io/badge/prettier-^3.6.2-ff69b4.svg?logo=prettier)
5-
![ESLint](https://img.shields.io/badge/eslint-^9.37.0-341bab.svg?logo=eslint)
5+
![ESLint](https://img.shields.io/badge/eslint-^9.39.1-341bab.svg?logo=eslint)
66

7-
![Next.js](https://img.shields.io/badge/next.js-15.5.4-20232a.svg?logo=next.js)
7+
![Next.js](https://img.shields.io/badge/next.js-16.0.1-20232a.svg?logo=next.js)
88
![React](https://img.shields.io/badge/react-^19.2.0-20232a.svg?logo=react)
9-
![TailwindCSS](https://img.shields.io/badge/tailwindcss-^4.1.14-38b2ac.svg?logo=tailwind-css)
9+
![TailwindCSS](https://img.shields.io/badge/tailwindcss-^4.1.17-38b2ac.svg?logo=tailwind-css)
1010
![Yarn](https://img.shields.io/badge/yarn-1.22.22-2c8ebb.svg?logo=yarn)
1111

1212
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?logo=html5&logoColor=white)
@@ -68,13 +68,13 @@ Code standard covers more than just ESLint:
6868
- Code formats are mostly ensured by Prettier.
6969
- Static analyze of the JavaScript and TypeScript Code, using ESLint.
7070
- Prebuild check by TypeScript Compiling.
71-
- Best practices are enforced by Stylelint. (TODO)
71+
- Best practices are enforced by Stylelint.
7272
- Some conventions and project-specific rules are implemented by custom rules and scripts.
7373
- Git commit should follow the conventional commits standard.
7474

7575
## Test
7676

77-
The whole project has a 100% test coverage, with detailed tests.
77+
The whole project has a 100% unit test coverage, with detailed tests.
7878
I totally understand the importance of complementary test coverage, and enforce it in my project.
7979

8080
## Accessibility

0 commit comments

Comments
 (0)