UNPKG
ratchet
Version:
latest (1.1.0)
1.1.0
1.0.0
0.3.1
0.1.1
CSS3 Transform Parsers and Generator
github.com/DamonOehlman/ratchet
DamonOehlman/ratchet
ratchet
/
.eslintrc
14 lines
(13 loc)
•
226 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
[
"djo-base/es5"
]
,
"rules"
:
{
"eqeqeq"
:
[
0
]
,
"func-names"
:
[
0
]
,
"no-param-reassign"
:
[
0
]
,
"no-plusplus"
:
[
0
]
,
"no-loop-func"
:
[
0
]
,
"import/no-extraneous-dependencies"
:
[
0
]
}
}