runtipi/.prettierrc.js

7 lines
100 B
JavaScript

module.exports = {
singleQuote: true,
semi: true,
trailingComma: 'all',
printWidth: 200,
};