Skip to content

Commit 9ddbfd0

Browse files
fix(npm-scripts): sort prettier config
1 parent b2fc9e4 commit 9ddbfd0

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)