homebridge-prometheus-exporter/prettier.config.js

10 lines
179 B
JavaScript
Raw Permalink Normal View History

2022-11-06 13:50:39 +01:00
module.exports = {
tabWidth: 4,
semi: false,
singleQuote: true,
printWidth: 120,
trailingComma: 'all',
quoteProps: 'as-needed',
proseWrap: 'always',
}