Signal-Desktop/.prettierrc.js

9 lines
179 B
JavaScript
Raw Permalink Normal View History

2020-10-30 20:34:04 +00:00
// Copyright 2018-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
2018-04-27 22:15:17 +00:00
module.exports = {
singleQuote: true,
arrowParens: 'avoid',
2018-04-27 22:15:17 +00:00
trailingComma: 'es5',
};