mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
tabWidth: 2,
|
|
semi: false,
|
|
singleQuote: true,
|
|
printWidth: 100,
|
|
}
|