Files
threetwo/.prettierrc.js
2021-04-15 15:08:54 -07:00

5 lines
64 B
JavaScript

module.exports = {
semi: true,
trailingComma: "all",
};