Skip to content

Commit 07db3b9

Browse files
committed
Prefer es5 trailing commas only in demo and tests/functional dirs
1 parent b536883 commit 07db3b9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.prettierrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"singleQuote": true,
3-
"trailingComma": "es5"
2+
"singleQuote": true
43
}

demo/.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "es5"
4+
}

tests/functional/.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "es5"
4+
}

0 commit comments

Comments
 (0)