We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7512dec + f61aae0 commit d76e806Copy full SHA for d76e806
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