mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -06:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
printWidth: 90,
|
|
tabWidth: 2,
|
|
bracketSameLine: true,
|
|
bracketSpacing: true
|
|
} |