mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
printWidth: 80,
|
|
}
|