homebridge-prometheus-exporter/prettier.config.js
2022-11-07 15:23:48 +01:00

9 lines
179 B
JavaScript

module.exports = {
tabWidth: 4,
semi: false,
singleQuote: true,
printWidth: 120,
trailingComma: 'all',
quoteProps: 'as-needed',
proseWrap: 'always',
}