wireguard-dashboard/web-src/.prettierrc.js

10 lines
169 B
JavaScript
Raw Permalink Normal View History

2024-06-04 09:55:48 +08:00
// @ts-check
/** @type {import("prettier").Config} */
export default {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};