We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56c0196 + 280b09d commit 96dd4c9Copy full SHA for 96dd4c9
index.js
@@ -3,6 +3,6 @@ module.exports = {
3
semi: false,
4
singleQuote: true,
5
bracketSpacing: false,
6
- trailingComma: 'none',
+ trailingComma: 'es5',
7
arrowParens: 'avoid'
8
}
0 commit comments