runtipi/.prettierrc.js

7 lines
100 B
JavaScript
Raw Normal View History

2022-04-11 22:26:45 +03:00
module.exports = {
singleQuote: true,
semi: true,
2022-05-18 19:50:53 +03:00
trailingComma: 'all',
2022-04-11 22:26:45 +03:00
printWidth: 200,
};