treeherder/.prettierrc.js

6 строки
86 B
JavaScript

module.exports = {
endOfLine: 'lf',
singleQuote: true,
trailingComma: 'all',
};