icns-frontend/.prettierrc.js

5 lines
61 B
JavaScript
Raw Permalink Normal View History

2022-11-30 10:36:59 +00:00
module.exports = {
trailingComma: "all",
tabWidth: 2,
};