.prettierrc.js 223 B

123456789
  1. // Copyright 2019-2023 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. module.exports = {
  5. singleQuote: true,
  6. semi: false,
  7. trailingComma: 'none'
  8. }