Files
payload/examples/nested-docs/next-app/.prettierrc.js
2023-12-11 17:40:10 -05:00

9 lines
148 B
JavaScript

module.exports = {
printWidth: 100,
parser: 'typescript',
semi: false,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
}