UNPKG
quill-delta-to-markdown
Version:
latest (0.6.0)
0.6.0
0.5.6
0.5.5
Convert from Quill Delta to Markdown
quill-delta-to-markdown
/
.eslintrc
9 lines
(8 loc)
•
141 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"env"
:
{
"jest"
:
true
,
"node"
:
true
}
,
"plugins"
:
[
"node"
]
,
"extends"
:
[
"eslint:recommended"
,
"plugin:node/recommended"
]
}