icns-frontend/.prettierrc.js
2022-11-30 19:36:59 +09:00

5 lines
61 B
JavaScript

module.exports = {
trailingComma: "all",
tabWidth: 2,
};