mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-04-24 23:57:21 -04:00
Some checks failed
/ sync-acceptance (push) Has been cancelled
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
/**
|
|
* Copyright IBM Corp. 2010, 2025
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
module.exports = {
|
|
...require('@hashicorp/platform-cli/config/prettier.config'),
|
|
}
|