mirror of
https://github.com/status-im/consul.git
synced 2025-02-07 19:35:35 +00:00
9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
module.exports = {
|
|
...require('@hashicorp/platform-cli/config/prettier.config'),
|
|
}
|