contact_app/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

2023-06-07 09:06:58 +07:00
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};