Skip to content

Commit

Permalink
meta: bump Prettier version (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Apr 23, 2024
1 parent 98c4b51 commit 1ffe386
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ module.exports = {
},
},
{
files: "docs/**",
files: 'docs/**',
options: {
semi: true,
useTabs: true,
}
}
},
},
{
files: ['tsconfig.json'],
options: {
parser: 'jsonc',
},
},
],
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25872,11 +25872,11 @@ __metadata:
linkType: hard

"prettier@npm:^3.0.3":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 6ec9385a836e0b9bac549e585101c086d1521c31d7b882d5c8bb7d7646da0693da5f31f4fff6dc080710e5e2d34c85e6fb2f8766876b3645c8be2f33b9c3d1a3
checksum: 2ee4e1417572372afb7a13bb446b34f20f1bf1747db77cf6ccaf57a9be005f2f15c40f903d41a6b79eec3f57fff14d32a20fb6dee1f126da48908926fe43c311
languageName: node
linkType: hard

Expand Down

0 comments on commit 1ffe386

Please sign in to comment.