mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-03 02:23:14 +00:00
iasdasd:wq!
adding a starter page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
trailingComma: "all",
|
||||
tabWidth: 4,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
}
|
||||
trailingComma: 'all',
|
||||
tabWidth: 2,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
printWidth: 80,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user