p-stream/prettierrc.js
2025-11-07 16:50:35 -07:00

4 lines
67 B
JavaScript

module.exports = {
trailingComma: "all",
singleQuote: true,
};