Commit 2fc90710 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'leipert-prettier-arrow-parens-groundwork' into 'master'

Prettier: Enable arrowParens

See merge request gitlab-org/gitlab!50518
parents c3a7f364 2dbc5277
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