Skip to content

Commit f8295a2

Browse files
committed
Fix prettier config
This keeps the new arrowParens config from Prettier 1.0. We don’t need any linter churn for this feature.
1 parent d0814db commit f8295a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"fix": true,
8080
"singleQuote": true,
8181
"semi": false,
82-
"trailingComma": "none"
82+
"trailingComma": "none",
83+
"arrowParens": "avoid"
8384
}
8485
]
8586
},

0 commit comments

Comments
 (0)