ChatUI / prettier.config.cjs
VTechAI's picture
add
fed832e
raw
history blame contribute delete
113 Bytes
module.exports = {
trailingComma: 'all',
tabWidth: 2,
semi: true,
singleQuote: true,
printWidth: 80,
}