We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d76e0 commit 07bc10eCopy full SHA for 07bc10e
.prettierrc.js
@@ -7,4 +7,7 @@ module.exports = {
7
singleQuote: true,
8
// Preserve existing newlines
9
endOfLine: 'auto',
10
+ // For ES5, trailing commas cannot be used in function parameters; it is counterintuitive
11
+ // to use them for arrays only
12
+ trailingComma: 'none'
13
};
0 commit comments