aboutsummaryrefslogtreecommitdiffstats
path: root/prettier.config.cjs
blob: 6f9ff7adf1649d7753cc48385e4dd78525549e02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */

/** @type {import('prettier').Config} */
module.exports = {
  singleQuote: true,
  trailingComma: 'all',
};