Skip to content

Commit 778e4ca

Browse files
committed
chore(lint): authorize single quote in yaml
1 parent 01f2706 commit 778e4ca

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.prettierrc

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
22
"tabWidth": 2,
3-
"useTabs": false
3+
"useTabs": false,
4+
"overrides": [
5+
{
6+
"files": [
7+
".circleci/config.yml",
8+
".github/**/*.yaml"
9+
],
10+
"options": {
11+
"singleQuote": true
12+
}
13+
}
14+
]
415
}

0 commit comments

Comments
 (0)