UNPKG
tam-html
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.1
HTML parser for Tam.
github.com/arrowrowe/tam-html
arrowrowe/tam-html
tam-html
/
.eslintrc
16 lines
(15 loc)
•
281 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"rules"
:
{
"indent"
:
[
2
,
2
,
{
"SwitchCase"
:
1
}
]
,
"quotes"
:
[
2
,
"single"
]
,
"linebreak-style"
:
[
2
,
"unix"
]
,
"semi"
:
[
2
,
"always"
]
}
,
"env"
:
{
"node"
:
true
,
"browser"
:
true
,
"jquery"
:
true
,
"mocha"
:
true
}
,
"extends"
:
"eslint:recommended"
}