Skip to content

Commit 16a7eac

Browse files
committed
chore: configure Prettier to avoid arrow parentheses
1 parent 003034f commit 16a7eac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prettier.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ module.exports = {
33
singleQuote: true,
44
trailingComma: 'all',
55
semi: false,
6-
printWidth: 100
7-
};
6+
printWidth: 100,
7+
arrowParens: 'avoid'
8+
}

0 commit comments

Comments
 (0)