aruppi-api/.prettierrc.js

6 lines
91 B
JavaScript

module.exports = {
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};