wireguard-dashboard-admin/.prettierrc.js

10 lines
169 B
JavaScript
Raw Normal View History

2024-03-09 16:27:52 +08:00
// @ts-check
/** @type {import("prettier").Config} */
export default {
2021-10-16 16:16:58 +08:00
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};