mirror of
https://github.com/meienberger/runtipi.git
synced 2024-11-09 16:38:04 +03:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: true,
|
|
trailingComma: 'all',
|
|
printWidth: 100,
|
|
};
|