UNPKG
sway-tools
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Some tools and a library for controlling sway
sway-tools
/
.prettierrc.cjs
9 lines
(6 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// prettier.
config
.js, .prettierrc.js, prettier.
config
.cjs,
or
.prettierrc.cjs /** @
type
{import(
"prettier"
).Config} */ const
config
= { singleQuote:
true
, };
module
.exports =
config
;