Skip to content

Commit

Permalink
chore(dev): use single-quotes in package.yaml
Browse files Browse the repository at this point in the history
... as Release Please will keep changing it to single-quotes everytime
it touches this file.
  • Loading branch information
vst committed Apr 27, 2024
1 parent e8b56b8 commit 45ad146
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"tabWidth": 2,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 120
"printWidth": 120,
"overrides": [
{
"files": "package.yaml",
"options": {
"singleQuote": true
}
}
]
}

0 comments on commit 45ad146

Please sign in to comment.