UNPKG
@nickbusey/thelounge
Version:
latest (4.3.2-7)
4.3.2
4.3.2-7
4.3.2-6
4.3.2-5
4.3.2-3
4.3.2-2
4.3.2-1
4.3.1
The self-hosted Web IRC client
thelounge.chat
nickbusey/thelounge
@nickbusey/thelounge
/
prettier.config.cjs
15 lines
(14 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports
=
{
arrowParens:
"always"
,
bracketSpacing:
false
,
printWidth:
100
,
trailingComma:
"es5"
,
overrides:
[ {
files:
"*.webmanifest"
,
options:
{
parser:
"json"
, }, }, ], }
;