Skip to content

Commit 37a00b8

Browse files
Fixed formatting issues on markdown files.
Added markdown files to lint-staged
1 parent 4331645 commit 37a00b8

File tree

6 files changed

+439
-59
lines changed

6 files changed

+439
-59
lines changed

changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ and this project adheres to
1212

1313
- Using [pkgroll](https://github.com/privatenumber/pkgroll) to bundle library
1414

15-
1615
## [1.0.2](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.0.2)
1716

1817
### Added

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
},
8989
"prettier": "@express-rate-limit/prettier",
9090
"lint-staged": {
91+
"*.md": "prettier --write",
9192
"source/**/*.ts": "prettier --write",
9293
"test/**/*.ts": "prettier --write",
9394
"package.json": "npm run generate-licenses"

0 commit comments

Comments
 (0)