Sign in
gerrit
/
gerrit
/
master
/
.
/
polygerrit-ui
/
app
/
.prettierrc.js
blob: 89204511ce76abbce494f4ba255dc1be32bad739 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
module
.
exports
=
{
"overrides"
:
[
{
"files"
:
[
"**/*.ts"
],
"options"
:
{
...
require
(
'gts/.prettierrc.json'
),
"trailingComma"
:
"es5"
}
}
]
};