Signal-Desktop/.prettierrc.js

9 lines
174 B
JavaScript
Raw Normal View History

2023-01-04 03:55:46 +08:00
// Copyright 2018 Signal Messenger, LLC
2020-10-31 04:34:04 +08:00
// SPDX-License-Identifier: AGPL-3.0-only
2018-04-28 06:15:17 +08:00
module.exports = {
singleQuote: true,
arrowParens: 'avoid',
2018-04-28 06:15:17 +08:00
trailingComma: 'es5',
};