Skip to content

Commit d3c9aa4

Browse files
committed
style: exclude parentheses around sole arrow function parameters
as discussion at: https://github.com/xeptore/commitiquette/pull/1#pullrequestreview-626076153 we decided to remove prentheses around sole arrow function paraemeters. a re-linting commit will be issued in the next commit.
1 parent e0f02ff commit d3c9aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"singleQuote": true,
33
"tabWidth": 2,
44
"useTabs": false,
5-
"printWidth": 120
5+
"printWidth": 120,
6+
"arrowParens": "avoid"
67
}

0 commit comments

Comments
 (0)