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.
trailingComma
1 parent 7a830e1 commit ee5520eCopy full SHA for ee5520e
index.js
@@ -2,5 +2,6 @@ module.exports = {
2
printWidth: 120,
3
semi: false,
4
singleQuote: true,
5
- bracketSpacing: false
+ bracketSpacing: false,
6
+ trailingComma: 'none'
7
}
0 commit comments