Files
NetworkAuth/frontend/.prettierrc.js

10 lines
169 B
JavaScript
Raw Normal View History

2026-05-25 02:16:09 +08:00
// @ts-check
/** @type {import("prettier").Config} */
export default {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};