mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 14:16:38 -05:00
11 lines
176 B
JavaScript
11 lines
176 B
JavaScript
|
module.exports = {
|
||
|
tabWidth: 2,
|
||
|
useTabs: false,
|
||
|
endOfLine: 'lf',
|
||
|
semi: false,
|
||
|
singleQuote: true,
|
||
|
printWidth: 100,
|
||
|
trailingComma: 'none',
|
||
|
arrowParens: 'avoid'
|
||
|
}
|