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