11 lines
181 B
JavaScript
Raw Normal View History

module.exports = {
2023-09-01 19:40:04 +02:00
bracketSpacing: true,
bracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
semi: false,
2023-09-01 19:40:04 +02:00
tabWidth: 2,
useTabs: false,
printWidth: 140
}