mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-03 15:17:58 +00:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
![]() |
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: 'all',
|
||
|
singleQuote: true,
|
||
|
printWidth: 120,
|
||
|
tabWidth: 4,
|
||
|
};
|