mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
trailingComma: "all",
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 4
|
|
} |