Files
calendar/prettier.rc.js
T
2022-03-30 14:17:55 +02:00

8 lines
128 B
JavaScript

module.exports = {
semi: false,
singleQuote: true,
arrowParens: "avoid",
trailingComma: "none",
endOfLine: "auto",
};