epg/.prettierrc.js
2025-01-01 11:15:24 +03:00

10 lines
178 B
JavaScript

module.exports = {
tabWidth: 2,
useTabs: false,
endOfLine: 'crlf',
semi: false,
singleQuote: true,
printWidth: 100,
trailingComma: 'none',
arrowParens: 'avoid'
}