UNPKG
dom-json-tree
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Visualize the JSON object to the DOM.
github.com/t4y3/dom-json-tree
t4y3/dom-json-tree
dom-json-tree
/
.eslintrc
13 lines
(12 loc)
•
227 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"env"
:
{
"browser"
:
true
,
"es6"
:
true
,
}
,
"parserOptions"
:
{
"sourceType"
:
"module"
}
,
"extends"
:
"eslint:recommended"
,
"rules"
:
{
"quotes"
:
[
"error"
,
"single"
,
{
"allowTemplateLiterals"
:
true
}
]
}
}