iptv-database/.prettierrc.js

11 lines
176 B
JavaScript
Raw Normal View History

2023-10-06 22:12:26 -04:00
module.exports = {
tabWidth: 2,
useTabs: false,
endOfLine: 'lf',
semi: false,
singleQuote: true,
printWidth: 100,
trailingComma: 'none',
arrowParens: 'avoid'
}