| Current Path : /var/www/html/test/wetty/ |
| Current File : //var/www/html/test/wetty/.prettierrc.js |
module.exports = {
singleQuote: true,
trailingComma: 'es5',
proseWrap: 'always',
overrides: [
{
files: ['*.js', '*.ts'],
options: {
printWidth: 80,
},
},
],
};