cal.pub0.org/prettier.rc.js

8 lines
128 B
JavaScript
Raw Normal View History

2022-03-30 12:17:55 +00:00
module.exports = {
semi: false,
singleQuote: true,
arrowParens: "avoid",
trailingComma: "none",
endOfLine: "auto",
};