Skip to content

Commit 1715348

Browse files
chore: update prettier (#2101)
1 parent cdbe76e commit 1715348

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"koa": "^3.0.0",
107107
"lint-staged": "^15.2.0",
108108
"npm-run-all": "^4.1.5",
109-
"prettier": "^3.2.4",
109+
"prettier": "^3.6.0",
110110
"router": "^2.2.0",
111111
"standard-version": "^9.3.0",
112112
"strip-ansi": "^6.0.0",

src/utils/getPaths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
*/
1414
function getPaths(context) {
1515
const { stats, options } = context;
16+
/* eslint-disable unicorn/prefer-logical-operator-over-ternary */
1617
/** @type {Stats[]} */
1718
const childStats =
1819
/** @type {MultiStats} */
19-
// eslint-disable-next-line unicorn/prefer-logical-operator-over-ternary
2020
(stats).stats
2121
? /** @type {MultiStats} */ (stats).stats
2222
: [/** @type {Stats} */ (stats)];

0 commit comments

Comments
 (0)