Thanks to visit codestin.com Credit goes to github.com
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 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