2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-06-20 20:10:34 +03:00
Files
vue-cron-editor-bootstrap/.prettierrc.js
T
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,
}