redash-stmo/.prettierrc.js

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

module.exports = {
arrowParens: 'always',
singleQuote: true,
trailingComma: 'all',
};