felicity-lims/frontend/vite/.prettierrc.js

8 lines
134 B
JavaScript
Raw Normal View History

2021-01-06 19:52:14 +08:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 100,
tabWidth: 2,
endOfLine: "auto"
};