UNPKG
hyper-mdapp
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
0.4.903
0.4.902
0.4.901
0.4.90
0.4.9
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
Search text in your Hyper terminal
github.com/jaanauati/hyper-search
jaanauati/hyper-search
hyper-mdapp
/
.eslintrc.json
16 lines
(15 loc)
•
271 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"airbnb"
,
"globals"
:
{
"window"
:
true
,
"document"
:
true
}
,
"rules"
:
{
"class-methods-use-this"
:
0
,
"no-plusplus"
:
0
,
"no-restricted-syntax"
:
0
,
"react/prop-types"
:
0
,
"comma-dangle"
:
0
,
"no-underscore-dangle"
:
0
}
}