Skip to content

Commit c27724a

Browse files
authored
Merge pull request #2 from github/avoid-arrow-parens
Avoid arrow parenthesis
2 parents 7a407bf + 030190b commit c27724a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ module.exports = {
33
semi: false,
44
singleQuote: true,
55
bracketSpacing: false,
6-
trailingComma: 'none'
6+
trailingComma: 'none',
7+
arrowParens: 'avoid'
78
}

0 commit comments

Comments
 (0)