propstar-theme/.prettierrc.js

7 lines
104 B
JavaScript
Raw Permalink Normal View History

2021-07-18 06:22:24 +00:00
module.exports = {
printWidth: 120,
semi: true,
trailingComma: "all",
arrowParens: "always",
};