UNPKG
interactive-map-front-end-plugin
Version:
latest (1.1.1)
1.1.1
1.1.0
Interactive map front end plugin.
interactive-map-front-end-plugin
/
.eslintrc
16 lines
(15 loc)
•
198 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"parser"
:
"babel-eslint"
,
"extends"
:
[
"standard"
,
"plugin:flowtype/recommended"
]
,
"rules"
:
{
}
,
"parserOptions"
:
{
}
,
"plugins"
:
[
"flowtype"
]
,
"settings"
:
{
}
}