runtipi/packages/dashboard/.prettierrc.js

7 lines
100 B
JavaScript
Raw Normal View History

2022-04-11 19:26:45 +00:00
module.exports = {
singleQuote: true,
semi: true,
trailingComma: "all",
printWidth: 200,
};