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