pd-web/.prettierrc.js
2024-07-19 13:06:11 +05:30

8 lines
115 B
JavaScript

module.exports = {
semi: false,
trailingComma: 'all',
singleQuote: true,
printWidth: 100,
tabWidth: 2,
}