Skip to content

Commit c406ccc

Browse files
Merge pull request #711 from bryceosterhaus/master
2 parents b2fc9e4 + 9ddbfd0 commit c406ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/npm-tools/packages/npm-scripts/src/config/prettier.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"bracketSpacing": false,
33
"endOfLine": "lf",
44
"jsxSingleQuote": false,
5+
"quoteProps": "consistent",
56
"singleQuote": true,
67
"tabWidth": 4,
78
"trailingComma": "es5",
8-
"useTabs": true,
9-
"quoteProps": "consistent"
9+
"useTabs": true
1010
}

0 commit comments

Comments
 (0)