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 7a407bf + 030190b commit c27724aCopy full SHA for c27724a
index.js
@@ -3,5 +3,6 @@ module.exports = {
3
semi: false,
4
singleQuote: true,
5
bracketSpacing: false,
6
- trailingComma: 'none'
+ trailingComma: 'none',
7
+ arrowParens: 'avoid'
8
}
0 commit comments