Files
payload/examples/draft-preview/next-app/.prettierrc.js
2023-08-01 16:53:45 -04:00

9 lines
149 B
JavaScript

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