devbook_ts/.prettierrc.js
Ruidy Nemausat bf0c645e3b 🧪install cypress
run yarn cypress to open E2E test runner
run yarn test to tun unit tests
2020-05-12 09:53:43 +02:00

6 lines
116 B
JavaScript

module.exports = {
arrowParens: "avoid",
bracketSpacing: false,
singleQuote: true,
trailingComma: "all",
};