mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-05-15 11:59:45 +03:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
// https://prettier.io/docs/en/options.html
|
|
|
|
module.exports = {
|
|
arrowParens: 'avoid',
|
|
printWidth: 140,
|
|
semi: false,
|
|
singleQuote: true,
|
|
useTabs: true,
|
|
}
|