frontend/.prettierrc.js

8 lines
115 B
JavaScript
Raw Permalink Normal View History

2020-08-12 04:13:14 +02:00
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
};