wireguard-dashboard-admin/.prettierrc.js

7 lines
116 B
JavaScript
Raw Normal View History

2021-10-16 16:16:58 +08:00
module.exports = {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};