mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -06:00
12 lines
229 B
JavaScript
12 lines
229 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
arrowParens: 'always',
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
bracketSameLine: false,
|
|
bracketSpacing: true,
|
|
parser: 'typescript'
|
|
} |