2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-05-15 11:59:45 +03:00
Files
2023-10-12 09:31:35 +03:00

10 lines
157 B
JavaScript

// https://prettier.io/docs/en/options.html
module.exports = {
arrowParens: 'avoid',
printWidth: 140,
semi: false,
singleQuote: true,
useTabs: true,
}