UNPKG
parse-pdf
Version:
latest (2.0.0)
2.0.0
1.0.0
Get text content and metadata about pdf
github.com/bjrmatos/parse-pdf
bjrmatos/parse-pdf
parse-pdf
/
.eslintrc
15 lines
(14 loc)
•
192 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
[
"standard"
]
,
"parser"
:
"babel-eslint"
,
"plugins"
:
[
"babel"
]
,
"rules"
:
{
"babel/arrow-parens"
:
2
,
"arrow-parens"
:
0
}
,
"env"
:
{
"node"
:
true
}
}