Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
my-test-group
TestAppCiNew
61e1d12f2e424016c507011adfe11f4e49db0354
61e1d12f2e424016c507011adfe11f4e49db0354
Switch branch/tag
testappcinew
.prettierrc.js
Find file
Normal view
History
Permalink
.prettierrc.js
91 Bytes
Newer
Older
Initial commit
jayed nahian
committed
Nov 25, 2025
1
2
3
4
5
module
.
exports
=
{
arrowParens
:
'
avoid
'
,
singleQuote
:
true
,
trailingComma
:
'
all
'
,
};