Skip to content

Commit

Permalink
chore(deps): update dependency prettier to ~3.4.0 (#788)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to ~3.4.0

* format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yosuke Ota <[email protected]>
  • Loading branch information
renovate[bot] and ota-meshi authored Dec 3, 2024
1 parent 4bc967a commit d8795a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/rules/no-useless-non-capturing-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default createRule("no-useless-non-capturing-group", {
? "always"
: context.options[0]?.allowTop === false
? "never"
: context.options[0]?.allowTop ?? "partial"
: (context.options[0]?.allowTop ?? "partial")

function createVisitor({
node,
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"npm-run-all2": "^7.0.0",
"nyc": "^17.0.0",
"pako": "^2.1.0",
"prettier": "~3.3.0",
"prettier": "~3.4.0",
"semver": "^7.5.4",
"stylelint": "^16.0.0",
"stylelint-config-recommended": "^14.0.1",
Expand Down

0 comments on commit d8795a0

Please sign in to comment.