mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 23:06:50 -05:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
![]() |
// prettier.config.js or .prettierrc.js
|
||
|
export default {
|
||
|
singleQuote: true,
|
||
|
trailingComma: "all"
|
||
|
};
|