mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
small changes
This commit is contained in:
parent
5038de06bb
commit
7f5f40c4dc
@ -34,4 +34,10 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
'prettier/prettier': [
|
||||
'error',
|
||||
{
|
||||
endOfLine: 'auto',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
trailingComma: 'all',
|
||||
tabWidth: 2,
|
||||
semi: false,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
printWidth: 80,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user