Skip to content

Commit 4948534

Browse files
committed
docs(readme): add Prettier Code Style badge
1 parent 562ca2c commit 4948534

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<a href="https://github.com/boringcodes/create-package/commits" aria-label="Commitizen Friendly">
77
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square">
88
</a>
9+
<a href="https://github.com/boringcodes/create-package" aria-label="Prettier Code Style">
10+
<img src="https://img.shields.io/badge/code_style-prettier-brightgreen?style=flat-square">
11+
</a>
912
<a href="https://github.com/boringcodes/create-package/actions" aria-label="GitHub Workflow Status">
1013
<img src="https://img.shields.io/github/workflow/status/boringcodes/create-package/publish-npm?style=flat-square">
1114
</a>
@@ -32,8 +35,9 @@
3235
## Features
3336

3437
- [x] Rollupjs packaging system with TypeScript by default
35-
- [x] Tslint support
36-
- [x] Husky hooks support
38+
- [ ] Prettier
39+
- [x] TsLint
40+
- [x] Husky
3741
- [x] Conventional release by **standard-version**
3842
- [x] GitHub actions (build, create github release, publish to npm)
3943

0 commit comments

Comments
 (0)