mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-05 13:50:37 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
printWidth: 80,
|
|
}
|