We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10072e2 commit f61aae0Copy full SHA for f61aae0
index.js
@@ -3,6 +3,6 @@ module.exports = {
3
semi: false,
4
singleQuote: true,
5
bracketSpacing: false,
6
- trailingComma: 'es5',
+ trailingComma: 'all',
7
arrowParens: 'avoid'
8
}
0 commit comments