Skip to content

Commit

Permalink
fix prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Dec 24, 2024
1 parent 997975d commit 3c88517
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions node/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"options": {
"editorconfig": true
},
"yaml": {
"bracketSpacing": false
}
"editorconfig": true,
"bracketSpacing": false,
"overrides": [
{ "files": "*.yaml", "options": { "bracketSpacing": false } }
]
}

0 comments on commit 3c88517

Please sign in to comment.