Commit 2dbc5277 authored by Lukas 'Eipi' Eipert's avatar Lukas 'Eipi' Eipert Committed by Nicolò Maria Mezzopera

Prettier: Enable arrowParens

parent e406f394
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"printWidth": 100,
"singleQuote": true,
"arrowParens": "avoid",
"arrowParens": "always",
"trailingComma": "all"
}
......@@ -66,7 +66,7 @@ export const defaultFields = {
};
export const DEFAULT_STAGE_CONFIG = ['issue', 'plan', 'code', 'test', 'review', 'staging'].map(
id => ({
(id) => ({
id,
name: capitalizeFirstCharacter(id),
startEventIdentifier: null,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment