mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-24 23:57:41 -04:00
9 lines
193 B
JavaScript
9 lines
193 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
module.exports = {
|
|
...require('@hashicorp/platform-cli/config/prettier.config')
|
|
/* Specify overrides here */
|
|
}
|