mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 12:13:57 +00:00
9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
|
module.exports = {
|
||
|
trailingComma: 'es5',
|
||
|
tabWidth: 2,
|
||
|
semi: true,
|
||
|
singleQuote: true,
|
||
|
arrowParen: 'avoid',
|
||
|
printWidth: 120,
|
||
|
};
|