mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-17 18:20:34 +03:00
12 lines
224 B
JavaScript
12 lines
224 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSpacing: true,
|
|
printWidth: 80,
|
|
semi: false,
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
trailingComma: 'none',
|
|
useTabs: false,
|
|
vueIndentScriptAndStyle: true
|
|
}
|