Files
libsignal/.prettierrc.js
2024-01-18 14:55:14 -08:00

11 lines
162 B
JavaScript

module.exports = {
singleQuote: true,
trailingComma: 'es5',
overrides: [
{
files: "*.ts.in",
options: { parser: "typescript" }
}
]
};