repo.or.cz
/
etcher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
v1.19.25
[etcher.git]
/
.prettierrc.js
blob
1f1c368cf137a637a31d8f09c8880428bd7e556f
1
const
fs
=
require
(
"fs"
);
2
const
path
=
require
(
"path"
);
3
4
module
.
exports
=
JSON
.
parse
(
5
fs
.
readFileSync
(
path
.
join
(
__dirname
,
"node_modules"
,
"@balena"
,
"lint"
,
"config"
,
".prettierrc"
),
"utf8"
),
6
);