UNPKG
lotech
Version:
latest (0.0.2-5)
0.0.2
0.0.2-5
0.0.2-4
0.0.2-3
0.0.2-2
0.0.2-1
0.0.1
Lotech markdown parser
github.com/robusta-hk/lotech
robusta-hk/lotech
lotech
/
src
/
.eslintrc
17 lines
(14 loc)
•
235 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"parser"
:
"babel-eslint"
,
"env"
:
{
"browser"
:
false
,
"es6"
:
true
,
"node"
:
true
}
,
"rules"
:
{
"quotes"
:
[
2
,
"single"
]
,
"eol-last"
:
[
0
]
,
"no-mixed-requires"
:
[
0
]
,
"no-underscore-dangle"
:
[
0
]
}
}