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