2023-04-10 15:36:59 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
module.exports = {
|
2021-07-27 21:11:46 +00:00
|
|
|
...require('@hashicorp/platform-cli/config/prettier.config'),
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|