dreamhouse-sfdx/prettier.config.js

8 строки
134 B
JavaScript
Исходник Обычный вид История

2018-05-09 09:47:18 +03:00
const options = {
singleQuote: true,
tabWidth: 4,
trailingComma: 'all',
printWidth: 120,
};
module.exports = options;