UNPKG
johnny-dependency
Version:
latest (0.4.4)
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
npm -ls for remote packages
github.com/alex-e-leon/johnny-dependency
alex-e-leon/johnny-dependency
johnny-dependency
/
.eslintrc
17 lines
(16 loc)
•
242 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
: [
"airbnb-base"
,
'plugin:flowtype/recommended'
, ],
"plugins"
: [
"flowtype"
,
"import"
],
"parser"
:
"babel-eslint"
,
"settings"
: {
"flowtype"
: {
"onlyFilesWithFlowAnnotation"
:
true
, } } }