hydra/.prettierrc.cjs

7 lines
97 B
JavaScript
Raw Normal View History

2024-04-18 10:46:06 +03:00
module.exports = {
semi: true,
trailingComma: "es5",
singleQuote: false,
tabWidth: 2,
};