mirror of
https://github.com/iptv-org/epg
synced 2025-12-14 09:26:41 -05:00
11 lines
178 B
JavaScript
11 lines
178 B
JavaScript
module.exports = {
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
endOfLine: 'crlf',
|
|
semi: false,
|
|
singleQuote: true,
|
|
printWidth: 100,
|
|
trailingComma: 'none',
|
|
arrowParens: 'avoid'
|
|
}
|