Skip to content

Commit 1b68320

Browse files
committed
Adapt prettier rules to resemble the existing code style
1 parent a561f26 commit 1b68320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"error",
1414
{
1515
"semi": true,
16-
"trailingComma": "all",
16+
"trailingComma": "none",
1717
"singleQuote": false,
18-
"arrowParens": "always"
18+
"arrowParens": "avoid"
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)