mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
// Copyright 2018-2020 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|