grafana/.prettierrc.js

6 lines
86 B
JavaScript

module.exports = {
trailingComma: 'es5',
singleQuote: true,
printWidth: 120,
};