app-store/.prettierrc.js

8 lines
115 B
JavaScript
Raw Permalink Normal View History

module.exports = {
singleQuote: true,
semi: true,
trailingComma: "all",
tabWidth: 2,
printWidth: 150,
};