mirror of
https://github.com/run-llama/chat-llamaindex.git
synced 2026-07-01 21:04:08 -04:00
11 lines
182 B
JavaScript
11 lines
182 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
semi: true,
|
|
singleQuote: false,
|
|
trailingComma: 'all',
|
|
bracketSpacing: true,
|
|
arrowParens: 'always',
|
|
};
|