Files
threetwo/.prettierrc.js
2026-04-14 12:51:29 -04:00

5 lines
58 B
JavaScript

export default {
semi: true,
trailingComma: "all",
};