open-nomad/ui/.prettierrc.js
2023-04-10 15:36:59 +00:00

11 lines
136 B
JavaScript

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
'use strict';
module.exports = {
singleQuote: true,
};