runtipi/packages/cli/.prettierrc.js

7 lines
100 B
JavaScript
Raw Normal View History

2023-08-15 20:48:15 +00:00
module.exports = {
singleQuote: true,
semi: true,
trailingComma: 'all',
printWidth: 200,
};