UNPKG
epg-parser
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Node.js CLI tool to parse EPG files
github.com/freearhey/epg-parser
freearhey/epg-parser
epg-parser
/
.prettierrc.js
11 lines
(10 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
tabWidth:
2
,
useTabs:
false
,
endOfLine:
'crlf'
,
semi:
false
,
singleQuote:
true
,
printWidth:
100
,
trailingComma:
'none'
,
arrowParens:
'avoid'
}