Folo/.prettierrc.mjs

8 lines
114 B
JavaScript

export default {
semi: false,
singleQuote: false,
printWidth: 100,
tabWidth: 2,
trailingComma: "all",
}