mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
10 lines
162 B
JavaScript
10 lines
162 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
arrowParen: 'avoid',
|
|
arrowParens: 'avoid',
|
|
printWidth: 120,
|
|
};
|