Skip to content

Commit

Permalink
chore: format code with treefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero committed Oct 17, 2024
1 parent 1e1adb2 commit 7565d5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ module.exports = grammar({
prec(
precedence,
seq(field("operator", operator), field("argument", $._expr_op)),
),
)
),
),

Expand Down Expand Up @@ -234,7 +234,7 @@ module.exports = grammar({
field("operator", operator),
field("right", $._expr_op),
),
),
)
),
// right assoc.
...[
Expand All @@ -249,7 +249,7 @@ module.exports = grammar({
field("operator", operator),
field("right", $._expr_op),
),
),
)
),
),

Expand Down
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
"extends": [
"schedule:weekly"
]
},
"nix": {
"enabled": true
Expand Down

0 comments on commit 7565d5f

Please sign in to comment.