Files
xen-orchestra/@xen-orchestra/lite/.prettierrc.cjs
2023-08-04 22:09:55 +02:00

5 lines
122 B
JavaScript

// Keeping this file to prevent applying the global monorepo config for now
module.exports = {
trailingComma: "es5",
};