Skip to content

Commit

Permalink
📺 fix prettier on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpokorny committed Jul 13, 2021
1 parent 82e1ddc commit 437b471
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@
},
"keywords": [
"promise",
"throttle",
"limit",
"limited",
"throttle",
"limit",
"limited",
"concurrency",
"rate",
"batch",
"ratelimit",
"queue",
"discard",
"async",
"await",
"promises",
"time",
"out",
"rate",
"batch",
"ratelimit",
"queue",
"discard",
"async",
"await",
"promises",
"time",
"out",
"wip",
"cancel"
"cancel"
],
"bugs": {
"url": "https://github.com/robinpokorny/promise-throttle-all/issues"
Expand All @@ -93,7 +93,8 @@
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"endOfLine": "auto"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 437b471

Please sign in to comment.