Skip to content

Commit 97a94c8

Browse files
authored
Changing .prettierrc to match the style of documentation (aws-amplify#3715)
1 parent b074853 commit 97a94c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.prettierrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"arrowParens": "always",
3-
"bracketSpacing": false,
3+
"bracketSpacing": true,
44
"jsxBracketSameLine": false,
55
"jsxSingleQuote": false,
66
"printWidth": 80,
77
"proseWrap": "never",
88
"semi": true,
9-
"singleQuote": false,
9+
"singleQuote": true,
1010
"tabWidth": 2,
11-
"trailingComma": "all",
11+
"trailingComma": "none",
1212
"useTabs": false
1313
}

0 commit comments

Comments
 (0)